Html Css Color HEX #64972B Limeade

📋 copy color: '#64972B'

red 100 ◦ green 151 ◦ blue 43

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

Shades of Limeade #64972B

Tints of Limeade #64972B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 34.01%
G = 51.36%
B = 14.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#64972B (or 0x64972B) is known color: Limeade. HEX triplet: 64, 97 and 2B. RGB value is (100,151,43). Sum of RGB (Red+Green+Blue) = 100+151+43=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #64972B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64972B is #9B68D4. Grayscale: #7B7B7B. Windows color (decimal): -10184917 or 2856804. OLE color: 2856804.

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

Color convert

RGB 100 151 43 -
CMYK 0.34 0 0.72 0.41
HSL 88.33º 0.56% 0.38% -
HSV(B) 88.33º 0.72% 0.59% -
XYZ 16.76 25.02 6.23 -
YUV 123.44 82.6 111.28 -
System Red Green Blue C M Y K H S L
Decimal 100 151 43 0.34 0 0.72 0.41 88.33 0.56 0.38
Hex 64 97 2B 22 0 48 29 58 38 26
Octal 144 227 53 42 0 110 51 130 70 46
Binary 1100100 10010111 101011 100010 0 1001000 101001 1011000 111000 100110

Color Harmonies of #64972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64972B

Black with #64972B

Text Example


Text Example

White with #64972B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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