Html Css Color HEX #64C818 Kelly Green

📋 copy color: '#64C818'

red 100 ◦ green 200 ◦ blue 24

#64C818
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #64C818

Tints of Kelly Green #64C818

RGB

 RED value IS 100 (39.45% from 255) = 30.86%

 GREEN value IS 200 (78.52% from 255) = 61.73%

 BLUE value IS 24 (9.77% from 255) = 7.41%

R = 30.86%
G = 61.73%
B = 7.41%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#64C818 (or 0x64C818) is known color: Kelly Green. HEX triplet: 64, C8 and 18. RGB value is (100,200,24). Sum of RGB (Red+Green+Blue) = 100+200+24=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #64C818 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C818 is #9B37E7. Grayscale: #969696. Windows color (decimal): -10172392 or 1624164. OLE color: 1624164.

HSL color Cylindrical-coordinate representation of color #64C818: hue angle of 94.09º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64C818 is Cyan = 0.5, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 200 24 -
CMYK 0.5 0 0.88 0.22
HSL 94.09º 0.79% 0.44% -
HSV(B) 94.09º 0.88% 0.78% -
XYZ 26.07 44.08 8 -
YUV 150.04 56.87 92.31 -
System Red Green Blue C M Y K H S L
Decimal 100 200 24 0.5 0 0.88 0.22 94.09 0.79 0.44
Hex 64 C8 18 32 0 58 16 5E 4F 2C
Octal 144 310 30 62 0 130 26 136 117 54
Binary 1100100 11001000 11000 110010 0 1011000 10110 1011110 1001111 101100

Color Harmonies of #64C818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C818

Black with #64C818

Text Example


Text Example

White with #64C818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,200,24); }

 H1.HeaderClassName
 {
   color: #64C818;
 }
 .AnyTagClassName
 {
   color: #64C818;
 }
</style>

background-color css

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

 a { background-color: rgb(100,200,24); }

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

border-color css

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

 span { border-color: rgb(100,200,24); }

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