Html Css Color HEX #64D004 Kelly Green

📋 copy color: '#64D004'

red 100 ◦ green 208 ◦ blue 4

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

Shades of Kelly Green #64D004

Tints of Kelly Green #64D004

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.67%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 32.05%
G = 66.67%
B = 1.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#64D004 (or 0x64D004) is known color: Kelly Green. HEX triplet: 64, D0 and 04. RGB value is (100,208,4). Sum of RGB (Red+Green+Blue) = 100+208+4=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #64D004 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D004 is #9B2FFB. Grayscale: #999999. Windows color (decimal): -10170364 or 315492. OLE color: 315492.

HSL color Cylindrical-coordinate representation of color #64D004: hue angle of 91.76º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64D004 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 4 -
CMYK 0.52 0 0.98 0.18
HSL 91.76º 0.96% 0.42% -
HSV(B) 91.76º 0.98% 0.82% -
XYZ 27.83 47.83 7.88 -
YUV 152.45 44.22 90.59 -
System Red Green Blue C M Y K H S L
Decimal 100 208 4 0.52 0 0.98 0.18 91.76 0.96 0.42
Hex 64 D0 4 34 0 62 12 5C 60 2A
Octal 144 320 4 64 0 142 22 134 140 52
Binary 1100100 11010000 100 110100 0 1100010 10010 1011100 1100000 101010

Color Harmonies of #64D004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D004

Black with #64D004

Text Example


Text Example

White with #64D004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,208,4); }

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

background-color css

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

 a { background-color: rgb(100,208,4); }

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

border-color css

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

 span { border-color: rgb(100,208,4); }

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