Html Css Color HEX #64972F Limeade

📋 copy color: '#64972F'

red 100 ◦ green 151 ◦ blue 47

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

Shades of Limeade #64972F

Tints of Limeade #64972F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.67%

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 33.56%
G = 50.67%
B = 15.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#64972F (or 0x64972F) is known color: Limeade. HEX triplet: 64, 97 and 2F. RGB value is (100,151,47). Sum of RGB (Red+Green+Blue) = 100+151+47=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #64972F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64972F is #9B68D0. Grayscale: #7C7C7C. Windows color (decimal): -10184913 or 3118948. OLE color: 3118948.

HSL color Cylindrical-coordinate representation of color #64972F: hue angle of 89.42º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64972F is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 151 47 -
CMYK 0.34 0 0.69 0.41
HSL 89.42º 0.53% 0.39% -
HSV(B) 89.42º 0.69% 0.59% -
XYZ 16.84 25.05 6.64 -
YUV 123.9 84.6 110.96 -
System Red Green Blue C M Y K H S L
Decimal 100 151 47 0.34 0 0.69 0.41 89.42 0.53 0.39
Hex 64 97 2F 22 0 45 29 59 35 27
Octal 144 227 57 42 0 105 51 131 65 47
Binary 1100100 10010111 101111 100010 0 1000101 101001 1011001 110101 100111

Color Harmonies of #64972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64972F

Black with #64972F

Text Example


Text Example

White with #64972F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64972F; }

 p { color: rgb(100,151,47); }

 H1.HeaderClassName
 {
   color: #64972F;
 }
 .AnyTagClassName
 {
   color: #64972F;
 }
</style>

background-color css

<style>
 a { background-color: #64972F; }

 a { background-color: rgb(100,151,47); }

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

border-color css

<style>
 span { border-color: #64972F; }

 span { border-color: rgb(100,151,47); }

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