#82FE72

Color #82FE72 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #82FE72

Tints of Screamin' Green #82FE72

Color information

#82FE72 (or 0x82FE72) is unknown color: approx Screamin' Green. HEX triplet: 82, FE and 72. RGB value is (130,254,114). Sum of RGB (Red+Green+Blue) = 130+254+114=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #82FE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FE72 is #7D018D. Grayscale: #C9C9C9. Windows color (decimal): -8192398 or 7536258. OLE color: 7536258.

HSL color Cylindrical-coordinate representation of color #82FE72: hue angle of 113.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82FE72 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB130254114-
CMYK0.4900.550.00
HSL113.14º98.59%72.16%-
HSV(B)113.14º55.12%99.61%-
XYZ47.6876.8428.24-
YUV200.9678.9277.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 26.10%
GREEN value IS 254 (99.61% from 255) = 51.00%
BLUE value IS 114 (44.92% from 255) = 22.89%
R=26.10%
G=51.00%
B=22.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1302541140.4900.550.00113.1498.5972.16
Hex82FE72310370716348
Octal202376162610670161143110
Binary1000001011111110111001011000101101110111000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82FE72; }

 p { color: rgb(130,254,114); }

 H1.HeaderClassName
 {
   color: #82FE72;
 }
 .AnyTagClassName
 {
   color: #82FE72;
 }
</style>
background-color css

<style>
 a { background-color: #82FE72; }

 a { background-color: rgb(130,254,114); }

 div.DivClassName
 {
   background-color: #82FE72;
 }
 .BgClassName
 {
   background-color: #82FE72;
 }
</style>
border-color css

<style>
 span { border-color: #82FE72; }

 span { border-color: rgb(130,254,114); }

 td.TdClassName
 {
   border-color: #82FE72;
 }
 .TagClassName
 {
   border-color: #82FE72;
 }
</style>