Html Css Color HEX #64C21D Kelly Green

📋 copy color: '#64C21D'

red 100 ◦ green 194 ◦ blue 29

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

Shades of Kelly Green #64C21D

Tints of Kelly Green #64C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.06%

 BLUE value IS 29 (11.72% from 255) = 8.98%

R = 30.96%
G = 60.06%
B = 8.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#64C21D (or 0x64C21D) is known color: Kelly Green. HEX triplet: 64, C2 and 1D. RGB value is (100,194,29). Sum of RGB (Red+Green+Blue) = 100+194+29=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #64C21D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C21D is #9B3DE2. Grayscale: #939393. Windows color (decimal): -10173923 or 1950308. OLE color: 1950308.

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

Color convert

RGB 100 194 29 -
CMYK 0.48 0 0.85 0.24
HSL 94.18º 0.74% 0.44% -
HSV(B) 94.18º 0.85% 0.76% -
XYZ 24.77 41.38 7.84 -
YUV 147.08 61.36 94.42 -
System Red Green Blue C M Y K H S L
Decimal 100 194 29 0.48 0 0.85 0.24 94.18 0.74 0.44
Hex 64 C2 1D 30 0 55 18 5E 4A 2C
Octal 144 302 35 60 0 125 30 136 112 54
Binary 1100100 11000010 11101 110000 0 1010101 11000 1011110 1001010 101100

Color Harmonies of #64C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C21D

Black with #64C21D

Text Example


Text Example

White with #64C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,194,29); }

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

background-color css

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

 a { background-color: rgb(100,194,29); }

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

border-color css

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

 span { border-color: rgb(100,194,29); }

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