#82FD64

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

Shades of Screamin' Green #82FD64

Tints of Screamin' Green #82FD64

Color information

#82FD64 (or 0x82FD64) is unknown color: approx Screamin' Green. HEX triplet: 82, FD and 64. RGB value is (130,253,100). Sum of RGB (Red+Green+Blue) = 130+253+100=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #82FD64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FD64 is #7D029B. Grayscale: #C7C7C7. Windows color (decimal): -8192668 or 6618498. OLE color: 6618498.

HSL color Cylindrical-coordinate representation of color #82FD64: hue angle of 108.24º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82FD64 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB130253100-
CMYK0.4900.600.01
HSL108.24º97.45%69.22%-
HSV(B)108.24º60.47%99.22%-
XYZ46.6375.9224.25-
YUV198.7872.2578.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.92%
GREEN value IS 253 (99.22% from 255) = 52.38%
BLUE value IS 100 (39.45% from 255) = 20.70%
R=26.92%
G=52.38%
B=20.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302531000.4900.600.01108.2497.4569.22
Hex82FD643103C16c6145
Octal202375144610741154141105
Binary1000001011111101110010011000101111001110110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,253,100); }

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

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

 a { background-color: rgb(130,253,100); }

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

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

 span { border-color: rgb(130,253,100); }

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