Html Css Color HEX #559808 Limeade

📋 copy color: '#559808'

red 85 ◦ green 152 ◦ blue 8

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

Shades of Limeade #559808

Tints of Limeade #559808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 34.69%
G = 62.04%
B = 3.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#559808 (or 0x559808) is known color: Limeade. HEX triplet: 55, 98 and 08. RGB value is (85,152,8). Sum of RGB (Red+Green+Blue) = 85+152+8=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 152 (59.77% from 255 or 62.04% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 152 - color contains mainly: green. Hex color #559808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559808 is #AA67F7. Grayscale: #747474. Windows color (decimal): -11167736 or 563285. OLE color: 563285.

HSL color Cylindrical-coordinate representation of color #559808: hue angle of 87.92º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #559808 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 8 -
CMYK 0.44 0 0.95 0.40
HSL 87.92º 0.9% 0.31% -
HSV(B) 87.92º 0.95% 0.6% -
XYZ 15.02 24.41 4.15 -
YUV 115.55 67.3 106.21 -
System Red Green Blue C M Y K H S L
Decimal 85 152 8 0.44 0 0.95 0.40 87.92 0.9 0.31
Hex 55 98 8 2C 0 5F 28 58 5A 1F
Octal 125 230 10 54 0 137 50 130 132 37
Binary 1010101 10011000 1000 101100 0 1011111 101000 1011000 1011010 11111

Color Harmonies of #559808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559808

Black with #559808

Text Example


Text Example

White with #559808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559808; }

 p { color: rgb(85,152,8); }

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

background-color css

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

 a { background-color: rgb(85,152,8); }

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

border-color css

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

 span { border-color: rgb(85,152,8); }

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