#82FA66

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

Shades of Screamin' Green #82FA66

Tints of Screamin' Green #82FA66

Color information

#82FA66 (or 0x82FA66) is unknown color: approx Screamin' Green. HEX triplet: 82, FA and 66. RGB value is (130,250,102). Sum of RGB (Red+Green+Blue) = 130+250+102=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FA66 is #7D0599. Grayscale: #C5C5C5. Windows color (decimal): -8193434 or 6748802. OLE color: 6748802.

HSL color Cylindrical-coordinate representation of color #82FA66: hue angle of 108.65º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82FA66 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB130250102-
CMYK0.4800.590.02
HSL108.65º93.67%69.02%-
HSV(B)108.65º59.2%98.04%-
XYZ45.7974.0824.46-
YUV197.2574.2480.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 250 (98.05% from 255) = 51.87%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=26.97%
G=51.87%
B=21.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302501020.4800.590.02108.6593.6769.02
Hex82FA663003B26d5e45
Octal202372146600732155136105
Binary10000010111110101100110110000011101110110110110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,250,102); }

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

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

 a { background-color: rgb(130,250,102); }

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

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

 span { border-color: rgb(130,250,102); }

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