Html Css Color HEX #649930 Limeade

📋 copy color: '#649930'

red 100 ◦ green 153 ◦ blue 48

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

Shades of Limeade #649930

Tints of Limeade #649930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 33.22%
G = 50.83%
B = 15.95%

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

#649930 (or 0x649930) is known color: Limeade. HEX triplet: 64, 99 and 30. RGB value is (100,153,48). Sum of RGB (Red+Green+Blue) = 100+153+48=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #649930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649930 is #9B66CF. Grayscale: #7D7D7D. Windows color (decimal): -10184400 or 3184996. OLE color: 3184996.

HSL color Cylindrical-coordinate representation of color #649930: hue angle of 90.29º degrees, saturation: 0.52, 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 #649930 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 48 -
CMYK 0.35 0 0.69 0.4
HSL 90.29º 0.52% 0.39% -
HSV(B) 90.29º 0.69% 0.6% -
XYZ 17.18 25.71 6.85 -
YUV 125.18 84.44 110.04 -
System Red Green Blue C M Y K H S L
Decimal 100 153 48 0.35 0 0.69 0.4 90.29 0.52 0.39
Hex 64 99 30 23 0 45 28 5A 34 27
Octal 144 231 60 43 0 105 50 132 64 47
Binary 1100100 10011001 110000 100011 0 1000101 101000 1011010 110100 100111

Color Harmonies of #649930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649930

Black with #649930

Text Example


Text Example

White with #649930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649930; }

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

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

background-color css

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

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

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

border-color css

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

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

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