#64F85D

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

Shades of Screamin' Green #64F85D

Tints of Screamin' Green #64F85D

Color information

#64F85D (or 0x64F85D) is unknown color: approx Screamin' Green. HEX triplet: 64, F8 and 5D. RGB value is (100,248,93). Sum of RGB (Red+Green+Blue) = 100+248+93=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #64F85D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F85D is #9B07A2. Grayscale: #BABABA. Windows color (decimal): -10160035 or 6158436. OLE color: 6158436.

HSL color Cylindrical-coordinate representation of color #64F85D: hue angle of 117.29º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64F85D is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB10024893-
CMYK0.6000.620.03
HSL117.29º91.72%66.86%-
HSV(B)117.29º62.5%97.25%-
XYZ40.870.6321.84-
YUV186.0875.4766.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.68%
GREEN value IS 248 (97.27% from 255) = 56.24%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=22.68%
G=56.24%
B=21.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal100248930.6000.620.03117.2991.7266.86
Hex64F85D3C03E3755c43
Octal144370135740763165134103
Binary1100100111110001011101111100011111011111010110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64F85D; }

 p { color: rgb(100,248,93); }

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

<style>
 a { background-color: #64F85D; }

 a { background-color: rgb(100,248,93); }

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

<style>
 span { border-color: #64F85D; }

 span { border-color: rgb(100,248,93); }

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