Html Css Color HEX #649840 Limeade

📋 copy color: '#649840'

red 100 ◦ green 152 ◦ blue 64

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

Shades of Limeade #649840

Tints of Limeade #649840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.1%

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 31.65%
G = 48.1%
B = 20.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#649840 (or 0x649840) is known color: Limeade. HEX triplet: 64, 98 and 40. RGB value is (100,152,64). Sum of RGB (Red+Green+Blue) = 100+152+64=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #649840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649840 is #9B67BF. Grayscale: #7E7E7E. Windows color (decimal): -10184640 or 4233316. OLE color: 4233316.

HSL color Cylindrical-coordinate representation of color #649840: hue angle of 95.45º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649840 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 64 -
CMYK 0.34 0 0.58 0.40
HSL 95.45º 0.41% 0.42% -
HSV(B) 95.45º 0.58% 0.6% -
XYZ 17.41 25.54 8.86 -
YUV 126.42 92.77 109.16 -
System Red Green Blue C M Y K H S L
Decimal 100 152 64 0.34 0 0.58 0.40 95.45 0.41 0.42
Hex 64 98 40 22 0 3A 28 5F 29 2A
Octal 144 230 100 42 0 72 50 137 51 52
Binary 1100100 10011000 1000000 100010 0 111010 101000 1011111 101001 101010

Color Harmonies of #649840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649840

Black with #649840

Text Example


Text Example

White with #649840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649840; }

 p { color: rgb(100,152,64); }

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

background-color css

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

 a { background-color: rgb(100,152,64); }

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

border-color css

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

 span { border-color: rgb(100,152,64); }

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