Html Css Color HEX #64D019 Kelly Green

📋 copy color: '#64D019'

red 100 ◦ green 208 ◦ blue 25

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

Shades of Kelly Green #64D019

Tints of Kelly Green #64D019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 30.03%
G = 62.46%
B = 7.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#64D019 (or 0x64D019) is known color: Kelly Green. HEX triplet: 64, D0 and 19. RGB value is (100,208,25). Sum of RGB (Red+Green+Blue) = 100+208+25=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #64D019 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D019 is #9B2FE6. Grayscale: #9B9B9B. Windows color (decimal): -10170343 or 1691748. OLE color: 1691748.

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

Color convert

RGB 100 208 25 -
CMYK 0.52 0 0.88 0.18
HSL 95.41º 0.79% 0.46% -
HSV(B) 95.41º 0.88% 0.82% -
XYZ 27.99 47.89 8.69 -
YUV 154.85 54.72 88.88 -
System Red Green Blue C M Y K H S L
Decimal 100 208 25 0.52 0 0.88 0.18 95.41 0.79 0.46
Hex 64 D0 19 34 0 58 12 5F 4F 2E
Octal 144 320 31 64 0 130 22 137 117 56
Binary 1100100 11010000 11001 110100 0 1011000 10010 1011111 1001111 101110

Color Harmonies of #64D019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D019

Black with #64D019

Text Example


Text Example

White with #64D019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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