Html Css Color HEX #64D61C Kelly Green

📋 copy color: '#64D61C'

red 100 ◦ green 214 ◦ blue 28

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

Shades of Kelly Green #64D61C

Tints of Kelly Green #64D61C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 62.57%

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 29.24%
G = 62.57%
B = 8.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#64D61C (or 0x64D61C) is known color: Kelly Green. HEX triplet: 64, D6 and 1C. RGB value is (100,214,28). Sum of RGB (Red+Green+Blue) = 100+214+28=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #64D61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D61C is #9B29E3. Grayscale: #9F9F9F. Windows color (decimal): -10168804 or 1889892. OLE color: 1889892.

HSL color Cylindrical-coordinate representation of color #64D61C: hue angle of 96.77º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64D61C is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 214 28 -
CMYK 0.53 0 0.87 0.16
HSL 96.77º 0.77% 0.47% -
HSV(B) 96.77º 0.87% 0.84% -
XYZ 29.51 50.89 9.37 -
YUV 158.71 54.23 86.12 -
System Red Green Blue C M Y K H S L
Decimal 100 214 28 0.53 0 0.87 0.16 96.77 0.77 0.47
Hex 64 D6 1C 35 0 57 10 61 4D 2F
Octal 144 326 34 65 0 127 20 141 115 57
Binary 1100100 11010110 11100 110101 0 1010111 10000 1100001 1001101 101111

Color Harmonies of #64D61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D61C

Black with #64D61C

Text Example


Text Example

White with #64D61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,214,28); }

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

background-color css

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

 a { background-color: rgb(100,214,28); }

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

border-color css

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

 span { border-color: rgb(100,214,28); }

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