#64E14F

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

Shades of Screamin' Green #64E14F

Tints of Screamin' Green #64E14F

Color information

#64E14F (or 0x64E14F) is unknown color: approx Screamin' Green. HEX triplet: 64, E1 and 4F. RGB value is (100,225,79). Sum of RGB (Red+Green+Blue) = 100+225+79=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #64E14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E14F is #9B1EB0. Grayscale: #ABABAB. Windows color (decimal): -10165937 or 5235044. OLE color: 5235044.

HSL color Cylindrical-coordinate representation of color #64E14F: hue angle of 111.37º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64E14F is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB10022579-
CMYK0.5600.650.12
HSL111.37º70.87%59.61%-
HSV(B)111.37º64.89%88.24%-
XYZ33.5957.1216.65-
YUV170.9876.0977.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.75%
GREEN value IS 225 (88.28% from 255) = 55.69%
BLUE value IS 79 (31.25% from 255) = 19.55%
R=24.75%
G=55.69%
B=19.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal100225790.5600.650.12111.3770.8759.61
Hex64E14F38041C6f473c
Octal1443411177001011415710774
Binary110010011100001100111111100001000001110011011111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,225,79); }

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

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

 a { background-color: rgb(100,225,79); }

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

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

 span { border-color: rgb(100,225,79); }

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