#64ED55

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

Shades of Screamin' Green #64ED55

Tints of Screamin' Green #64ED55

Color information

#64ED55 (or 0x64ED55) is unknown color: approx Screamin' Green. HEX triplet: 64, ED and 55. RGB value is (100,237,85). Sum of RGB (Red+Green+Blue) = 100+237+85=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 237 (92.97% from 255 or 56.16% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64ED55 is #9B12AA. Grayscale: #B3B3B3. Windows color (decimal): -10162859 or 5631332. OLE color: 5631332.

HSL color Cylindrical-coordinate representation of color #64ED55: hue angle of 114.08º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64ED55 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB10023785-
CMYK0.5800.640.07
HSL114.08º80.85%63.14%-
HSV(B)114.08º64.14%92.94%-
XYZ37.1863.9318.98-
YUV178.7175.1171.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.70%
GREEN value IS 237 (92.97% from 255) = 56.16%
BLUE value IS 85 (33.59% from 255) = 20.14%
R=23.70%
G=56.16%
B=20.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal100237850.5800.640.07114.0880.8563.14
Hex64ED553A040772513f
Octal144355125720100716212177
Binary11001001110110110101011110100100000011111100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ED55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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