#64C119

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

Shades of Kelly Green #64C119

Tints of Kelly Green #64C119

Color information

#64C119 (or 0x64C119) is unknown color: approx Kelly Green. HEX triplet: 64, C1 and 19. RGB value is (100,193,25). Sum of RGB (Red+Green+Blue) = 100+193+25=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #64C119 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C119 is #9B3EE6. Grayscale: #929292. Windows color (decimal): -10174183 or 1687908. OLE color: 1687908.

HSL color Cylindrical-coordinate representation of color #64C119: hue angle of 93.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64C119 is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB10019325-
CMYK0.4800.870.24
HSL93.21º77.06%42.75%-
HSV(B)93.21º87.05%75.69%-
XYZ24.540.927.53-
YUV146.0459.6995.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 193 (75.78% from 255) = 60.69%
BLUE value IS 25 (10.16% from 255) = 7.86%
R=31.45%
G=60.69%
B=7.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal100193250.4800.870.2493.2177.0642.75
Hex64C11930057185d4d2b
Octal144301316001273013511553
Binary11001001100000111001110000010101111100010111011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,193,25); }

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

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

 a { background-color: rgb(100,193,25); }

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

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

 span { border-color: rgb(100,193,25); }

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