Html Css Color HEX #64BF29 Kelly Green

📋 copy color: '#64BF29'

red 100 ◦ green 191 ◦ blue 41

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

Shades of Kelly Green #64BF29

Tints of Kelly Green #64BF29

RGB

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

 GREEN value IS 191 (75% from 255) = 57.53%

 BLUE value IS 41 (16.41% from 255) = 12.35%

R = 30.12%
G = 57.53%
B = 12.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#64BF29 (or 0x64BF29) is known color: Kelly Green. HEX triplet: 64, BF and 29. RGB value is (100,191,41). Sum of RGB (Red+Green+Blue) = 100+191+41=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF29 is #9B40D6. Grayscale: #939393. Windows color (decimal): -10174679 or 2735972. OLE color: 2735972.

HSL color Cylindrical-coordinate representation of color #64BF29: hue angle of 96.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64BF29 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 191 41 -
CMYK 0.48 0 0.79 0.25
HSL 96.4º 0.65% 0.45% -
HSV(B) 96.4º 0.79% 0.75% -
XYZ 24.29 40.13 8.56 -
YUV 146.69 68.35 94.7 -
System Red Green Blue C M Y K H S L
Decimal 100 191 41 0.48 0 0.79 0.25 96.4 0.65 0.45
Hex 64 BF 29 30 0 4F 19 60 41 2D
Octal 144 277 51 60 0 117 31 140 101 55
Binary 1100100 10111111 101001 110000 0 1001111 11001 1100000 1000001 101101

Color Harmonies of #64BF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF29

Black with #64BF29

Text Example


Text Example

White with #64BF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,191,41); }

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

background-color css

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

 a { background-color: rgb(100,191,41); }

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

border-color css

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

 span { border-color: rgb(100,191,41); }

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