#64E055

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

Shades of Screamin' Green #64E055

Tints of Screamin' Green #64E055

Color information

#64E055 (or 0x64E055) is unknown color: approx Screamin' Green. HEX triplet: 64, E0 and 55. RGB value is (100,224,85). Sum of RGB (Red+Green+Blue) = 100+224+85=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #64E055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E055 is #9B1FAA. Grayscale: #ABABAB. Windows color (decimal): -10166187 or 5628004. OLE color: 5628004.

HSL color Cylindrical-coordinate representation of color #64E055: hue angle of 113.53º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64E055 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB10022485-
CMYK0.5500.620.12
HSL113.53º69.15%60.59%-
HSV(B)113.53º62.05%87.84%-
XYZ33.5556.6817.77-
YUV171.0879.4277.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.45%
GREEN value IS 224 (87.89% from 255) = 54.77%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=24.45%
G=54.77%
B=20.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal100224850.5500.620.12113.5369.1560.59
Hex64E0553703EC72453d
Octal144340125670761416210575
Binary11001001110000010101011101110111110110011100101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,224,85); }

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

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

 a { background-color: rgb(100,224,85); }

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

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

 span { border-color: rgb(100,224,85); }

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