Html Css Color HEX #64992B Limeade

📋 copy color: '#64992B'

red 100 ◦ green 153 ◦ blue 43

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

Shades of Limeade #64992B

Tints of Limeade #64992B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.69%

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

R = 33.78%
G = 51.69%
B = 14.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#64992B (or 0x64992B) is known color: Limeade. HEX triplet: 64, 99 and 2B. RGB value is (100,153,43). Sum of RGB (Red+Green+Blue) = 100+153+43=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #64992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64992B is #9B66D4. Grayscale: #7D7D7D. Windows color (decimal): -10184405 or 2857316. OLE color: 2857316.

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

Color convert

RGB 100 153 43 -
CMYK 0.35 0 0.72 0.4
HSL 88.91º 0.56% 0.38% -
HSV(B) 88.91º 0.72% 0.6% -
XYZ 17.08 25.67 6.34 -
YUV 124.61 81.94 110.44 -
System Red Green Blue C M Y K H S L
Decimal 100 153 43 0.35 0 0.72 0.4 88.91 0.56 0.38
Hex 64 99 2B 23 0 48 28 59 38 26
Octal 144 231 53 43 0 110 50 131 70 46
Binary 1100100 10011001 101011 100011 0 1001000 101000 1011001 111000 100110

Color Harmonies of #64992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64992B

Black with #64992B

Text Example


Text Example

White with #64992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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