Html Css Color HEX #64DC21 Kelly Green

📋 copy color: '#64DC21'

red 100 ◦ green 220 ◦ blue 33

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

Shades of Kelly Green #64DC21

Tints of Kelly Green #64DC21

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.32%

 BLUE value IS 33 (13.28% from 255) = 9.35%

R = 28.33%
G = 62.32%
B = 9.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#64DC21 (or 0x64DC21) is known color: Kelly Green. HEX triplet: 64, DC and 21. RGB value is (100,220,33). Sum of RGB (Red+Green+Blue) = 100+220+33=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DC21 is #9B23DE. Grayscale: #A3A3A3. Windows color (decimal): -10167263 or 2219108. OLE color: 2219108.

HSL color Cylindrical-coordinate representation of color #64DC21: hue angle of 98.5º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64DC21 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 220 33 -
CMYK 0.55 0 0.85 0.14
HSL 98.5º 0.74% 0.5% -
HSV(B) 98.5º 0.85% 0.86% -
XYZ 31.12 54.01 10.22 -
YUV 162.8 54.74 83.21 -
System Red Green Blue C M Y K H S L
Decimal 100 220 33 0.55 0 0.85 0.14 98.5 0.74 0.5
Hex 64 DC 21 37 0 55 E 63 4A 32
Octal 144 334 41 67 0 125 16 143 112 62
Binary 1100100 11011100 100001 110111 0 1010101 1110 1100011 1001010 110010

Color Harmonies of #64DC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DC21

Black with #64DC21

Text Example


Text Example

White with #64DC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,220,33); }

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

background-color css

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

 a { background-color: rgb(100,220,33); }

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

border-color css

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

 span { border-color: rgb(100,220,33); }

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