Html Css Color HEX #559922 Limeade

📋 copy color: '#559922'

red 85 ◦ green 153 ◦ blue 34

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

Shades of Limeade #559922

Tints of Limeade #559922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.5%

R = 31.25%
G = 56.25%
B = 12.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#559922 (or 0x559922) is known color: Limeade. HEX triplet: 55, 99 and 22. RGB value is (85,153,34). Sum of RGB (Red+Green+Blue) = 85+153+34=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #559922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559922 is #AA66DD. Grayscale: #777777. Windows color (decimal): -11167454 or 2267477. OLE color: 2267477.

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

Color convert

RGB 85 153 34 -
CMYK 0.44 0 0.78 0.4
HSL 94.29º 0.64% 0.37% -
HSV(B) 94.29º 0.78% 0.6% -
XYZ 15.43 24.83 5.49 -
YUV 119.1 79.97 103.68 -
System Red Green Blue C M Y K H S L
Decimal 85 153 34 0.44 0 0.78 0.4 94.29 0.64 0.37
Hex 55 99 22 2C 0 4E 28 5E 40 25
Octal 125 231 42 54 0 116 50 136 100 45
Binary 1010101 10011001 100010 101100 0 1001110 101000 1011110 1000000 100101

Color Harmonies of #559922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559922

Black with #559922

Text Example


Text Example

White with #559922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559922; }

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

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

background-color css

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

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

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

border-color css

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

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

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