Html Css Color HEX #64992F Limeade

📋 copy color: '#64992F'

red 100 ◦ green 153 ◦ blue 47

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

Shades of Limeade #64992F

Tints of Limeade #64992F

RGB

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

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

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

R = 33.33%
G = 51%
B = 15.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#64992F (or 0x64992F) is known color: Limeade. HEX triplet: 64, 99 and 2F. RGB value is (100,153,47). Sum of RGB (Red+Green+Blue) = 100+153+47=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #64992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64992F is #9B66D0. Grayscale: #7D7D7D. Windows color (decimal): -10184401 or 3119460. OLE color: 3119460.

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

Color convert

RGB 100 153 47 -
CMYK 0.35 0 0.69 0.4
HSL 90º 0.53% 0.39% -
HSV(B) 90º 0.69% 0.6% -
XYZ 17.16 25.7 6.74 -
YUV 125.07 83.94 110.12 -
System Red Green Blue C M Y K H S L
Decimal 100 153 47 0.35 0 0.69 0.4 90 0.53 0.39
Hex 64 99 2F 23 0 45 28 5A 35 27
Octal 144 231 57 43 0 105 50 132 65 47
Binary 1100100 10011001 101111 100011 0 1000101 101000 1011010 110101 100111

Color Harmonies of #64992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64992F

Black with #64992F

Text Example


Text Example

White with #64992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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