Html Css Color HEX #64DA13 Kelly Green

📋 copy color: '#64DA13'

red 100 ◦ green 218 ◦ blue 19

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

Shades of Kelly Green #64DA13

Tints of Kelly Green #64DA13

RGB

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

 GREEN value IS 218 (85.55% from 255) = 64.69%

 BLUE value IS 19 (7.81% from 255) = 5.64%

R = 29.67%
G = 64.69%
B = 5.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#64DA13 (or 0x64DA13) is known color: Kelly Green. HEX triplet: 64, DA and 13. RGB value is (100,218,19). Sum of RGB (Red+Green+Blue) = 100+218+19=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 218 (85.55% from 255 or 64.69% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DA13 is #9B25EC. Grayscale: #A0A0A0. Windows color (decimal): -10167789 or 1301092. OLE color: 1301092.

HSL color Cylindrical-coordinate representation of color #64DA13: hue angle of 95.58º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64DA13 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 19 -
CMYK 0.54 0 0.91 0.15
HSL 95.58º 0.84% 0.46% -
HSV(B) 95.58º 0.91% 0.85% -
XYZ 30.44 52.9 9.22 -
YUV 160.03 48.41 85.18 -
System Red Green Blue C M Y K H S L
Decimal 100 218 19 0.54 0 0.91 0.15 95.58 0.84 0.46
Hex 64 DA 13 36 0 5B F 60 54 2E
Octal 144 332 23 66 0 133 17 140 124 56
Binary 1100100 11011010 10011 110110 0 1011011 1111 1100000 1010100 101110

Color Harmonies of #64DA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA13

Black with #64DA13

Text Example


Text Example

White with #64DA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,218,19); }

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

background-color css

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

 a { background-color: rgb(100,218,19); }

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

border-color css

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

 span { border-color: rgb(100,218,19); }

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