Html Css Color HEX #64992A Limeade

📋 copy color: '#64992A'

red 100 ◦ green 153 ◦ blue 42

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

Shades of Limeade #64992A

Tints of Limeade #64992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 33.9%
G = 51.86%
B = 14.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#64992A (or 0x64992A) is known color: Limeade. HEX triplet: 64, 99 and 2A. RGB value is (100,153,42). Sum of RGB (Red+Green+Blue) = 100+153+42=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #64992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64992A is #9B66D5. Grayscale: #7C7C7C. Windows color (decimal): -10184406 or 2791780. OLE color: 2791780.

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

Color convert

RGB 100 153 42 -
CMYK 0.35 0 0.73 0.4
HSL 88.65º 0.57% 0.38% -
HSV(B) 88.65º 0.73% 0.6% -
XYZ 17.06 25.66 6.24 -
YUV 124.5 81.44 110.53 -
System Red Green Blue C M Y K H S L
Decimal 100 153 42 0.35 0 0.73 0.4 88.65 0.57 0.38
Hex 64 99 2A 23 0 49 28 59 39 26
Octal 144 231 52 43 0 111 50 131 71 46
Binary 1100100 10011001 101010 100011 0 1001001 101000 1011001 111001 100110

Color Harmonies of #64992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64992A

Black with #64992A

Text Example


Text Example

White with #64992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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