Html Css Color HEX #649A20 Limeade

📋 copy color: '#649A20'

red 100 ◦ green 154 ◦ blue 32

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

Shades of Limeade #649A20

Tints of Limeade #649A20

RGB

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

 GREEN value IS 154 (60.55% from 255) = 53.85%

 BLUE value IS 32 (12.89% from 255) = 11.19%

R = 34.97%
G = 53.85%
B = 11.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#649A20 (or 0x649A20) is known color: Limeade. HEX triplet: 64, 9A and 20. RGB value is (100,154,32). Sum of RGB (Red+Green+Blue) = 100+154+32=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 154 (60.55% from 255 or 53.85% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 154 - color contains mainly: green. Hex color #649A20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649A20 is #9B65DF. Grayscale: #7C7C7C. Windows color (decimal): -10184160 or 2136676. OLE color: 2136676.

HSL color Cylindrical-coordinate representation of color #649A20: hue angle of 86.56º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #649A20 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 154 32 -
CMYK 0.35 0 0.79 0.40
HSL 86.56º 0.66% 0.36% -
HSV(B) 86.56º 0.79% 0.6% -
XYZ 17.07 25.92 5.47 -
YUV 123.95 76.11 110.92 -
System Red Green Blue C M Y K H S L
Decimal 100 154 32 0.35 0 0.79 0.40 86.56 0.66 0.36
Hex 64 9A 20 23 0 4F 28 57 42 24
Octal 144 232 40 43 0 117 50 127 102 44
Binary 1100100 10011010 100000 100011 0 1001111 101000 1010111 1000010 100100

Color Harmonies of #649A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649A20

Black with #649A20

Text Example


Text Example

White with #649A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649A20; }

 p { color: rgb(100,154,32); }

 H1.HeaderClassName
 {
   color: #649A20;
 }
 .AnyTagClassName
 {
   color: #649A20;
 }
</style>

background-color css

<style>
 a { background-color: #649A20; }

 a { background-color: rgb(100,154,32); }

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

border-color css

<style>
 span { border-color: #649A20; }

 span { border-color: rgb(100,154,32); }

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