Html Css Color HEX #559933 Limeade

📋 copy color: '#559933'

red 85 ◦ green 153 ◦ blue 51

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

Shades of Limeade #559933

Tints of Limeade #559933

RGB

 RED value IS 85 (33.59% from 255) = 29.41%

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

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 29.41%
G = 52.94%
B = 17.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#559933 (or 0x559933) is known color: Limeade. HEX triplet: 55, 99 and 33. RGB value is (85,153,51). Sum of RGB (Red+Green+Blue) = 85+153+51=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #559933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559933 is #AA66CC. Grayscale: #797979. Windows color (decimal): -11167437 or 3381589. OLE color: 3381589.

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

Color convert

RGB 85 153 51 -
CMYK 0.44 0 0.67 0.4
HSL 100º 0.5% 0.4% -
HSV(B) 100º 0.67% 0.6% -
XYZ 15.74 24.95 7.12 -
YUV 121.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 85 153 51 0.44 0 0.67 0.4 100 0.5 0.4
Hex 55 99 33 2C 0 43 28 64 32 28
Octal 125 231 63 54 0 103 50 144 62 50
Binary 1010101 10011001 110011 101100 0 1000011 101000 1100100 110010 101000

Color Harmonies of #559933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559933

Black with #559933

Text Example


Text Example

White with #559933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559933; }

 p { color: rgb(85,153,51); }

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

background-color css

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

 a { background-color: rgb(85,153,51); }

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

border-color css

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

 span { border-color: rgb(85,153,51); }

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