Html Css Color HEX #649918 Limeade

📋 copy color: '#649918'

red 100 ◦ green 153 ◦ blue 24

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

Shades of Limeade #649918

Tints of Limeade #649918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 36.1%
G = 55.23%
B = 8.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#649918 (or 0x649918) is known color: Limeade. HEX triplet: 64, 99 and 18. RGB value is (100,153,24). Sum of RGB (Red+Green+Blue) = 100+153+24=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #649918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649918 is #9B66E7. Grayscale: #7A7A7A. Windows color (decimal): -10184424 or 1612132. OLE color: 1612132.

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

Color convert

RGB 100 153 24 -
CMYK 0.35 0 0.84 0.4
HSL 84.65º 0.73% 0.35% -
HSV(B) 84.65º 0.84% 0.6% -
XYZ 16.81 25.56 4.91 -
YUV 122.45 72.44 111.99 -
System Red Green Blue C M Y K H S L
Decimal 100 153 24 0.35 0 0.84 0.4 84.65 0.73 0.35
Hex 64 99 18 23 0 54 28 55 49 23
Octal 144 231 30 43 0 124 50 125 111 43
Binary 1100100 10011001 11000 100011 0 1010100 101000 1010101 1001001 100011

Color Harmonies of #649918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649918

Black with #649918

Text Example


Text Example

White with #649918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649918; }

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

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

background-color css

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

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

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

border-color css

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

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

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