Html Css Color HEX #64973F Limeade

📋 copy color: '#64973F'

red 100 ◦ green 151 ◦ blue 63

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

Shades of Limeade #64973F

Tints of Limeade #64973F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.06%

R = 31.85%
G = 48.09%
B = 20.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#64973F (or 0x64973F) is known color: Limeade. HEX triplet: 64, 97 and 3F. RGB value is (100,151,63). Sum of RGB (Red+Green+Blue) = 100+151+63=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #64973F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64973F is #9B68C0. Grayscale: #7E7E7E. Windows color (decimal): -10184897 or 4167524. OLE color: 4167524.

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

Color convert

RGB 100 151 63 -
CMYK 0.34 0 0.58 0.41
HSL 94.77º 0.41% 0.42% -
HSV(B) 94.77º 0.58% 0.59% -
XYZ 17.22 25.2 8.66 -
YUV 125.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 100 151 63 0.34 0 0.58 0.41 94.77 0.41 0.42
Hex 64 97 3F 22 0 3A 29 5F 29 2A
Octal 144 227 77 42 0 72 51 137 51 52
Binary 1100100 10010111 111111 100010 0 111010 101001 1011111 101001 101010

Color Harmonies of #64973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64973F

Black with #64973F

Text Example


Text Example

White with #64973F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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