#64ED40

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

Shades of Screamin' Green #64ED40

Tints of Screamin' Green #64ED40

Color information

#64ED40 (or 0x64ED40) is unknown color: approx Screamin' Green. HEX triplet: 64, ED and 40. RGB value is (100,237,64). Sum of RGB (Red+Green+Blue) = 100+237+64=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 237 (92.97% from 255 or 59.10% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64ED40 is #9B12BF. Grayscale: #B0B0B0. Windows color (decimal): -10162880 or 4255076. OLE color: 4255076.

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

Color convert

RGB10023764-
CMYK0.5800.730.07
HSL107.51º82.78%59.02%-
HSV(B)107.51º73%92.94%-
XYZ36.4763.6515.21-
YUV176.3264.6173.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 237 (92.97% from 255) = 59.10%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=24.94%
G=59.10%
B=15.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal100237640.5800.730.07107.5182.7859.02
Hex64ED403A04976c533b
Octal144355100720111715412373
Binary11001001110110110000001110100100100111111011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ED40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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