Html Css Color HEX #64D021 Kelly Green

📋 copy color: '#64D021'

red 100 ◦ green 208 ◦ blue 33

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

Shades of Kelly Green #64D021

Tints of Kelly Green #64D021

RGB

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

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

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

R = 29.33%
G = 61%
B = 9.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#64D021 (or 0x64D021) is known color: Kelly Green. HEX triplet: 64, D0 and 21. RGB value is (100,208,33). Sum of RGB (Red+Green+Blue) = 100+208+33=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #64D021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D021 is #9B2FDE. Grayscale: #9C9C9C. Windows color (decimal): -10170335 or 2216036. OLE color: 2216036.

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

Color convert

RGB 100 208 33 -
CMYK 0.52 0 0.84 0.18
HSL 97.03º 0.73% 0.47% -
HSV(B) 97.03º 0.84% 0.82% -
XYZ 28.09 47.93 9.21 -
YUV 155.76 58.72 88.23 -
System Red Green Blue C M Y K H S L
Decimal 100 208 33 0.52 0 0.84 0.18 97.03 0.73 0.47
Hex 64 D0 21 34 0 54 12 61 49 2F
Octal 144 320 41 64 0 124 22 141 111 57
Binary 1100100 11010000 100001 110100 0 1010100 10010 1100001 1001001 101111

Color Harmonies of #64D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D021

Black with #64D021

Text Example


Text Example

White with #64D021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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