Html Css Color HEX #559308 Limeade

📋 copy color: '#559308'

red 85 ◦ green 147 ◦ blue 8

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

Shades of Limeade #559308

Tints of Limeade #559308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.25%

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

R = 35.42%
G = 61.25%
B = 3.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#559308 (or 0x559308) is known color: Limeade. HEX triplet: 55, 93 and 08. RGB value is (85,147,8). Sum of RGB (Red+Green+Blue) = 85+147+8=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #559308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559308 is #AA6CF7. Grayscale: #717171. Windows color (decimal): -11169016 or 562005. OLE color: 562005.

HSL color Cylindrical-coordinate representation of color #559308: hue angle of 86.76º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #559308 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 147 8 -
CMYK 0.42 0 0.95 0.42
HSL 86.76º 0.9% 0.3% -
HSV(B) 86.76º 0.95% 0.58% -
XYZ 14.22 22.82 3.88 -
YUV 112.62 68.96 108.3 -
System Red Green Blue C M Y K H S L
Decimal 85 147 8 0.42 0 0.95 0.42 86.76 0.9 0.3
Hex 55 93 8 2A 0 5F 2A 57 5A 1E
Octal 125 223 10 52 0 137 52 127 132 36
Binary 1010101 10010011 1000 101010 0 1011111 101010 1010111 1011010 11110

Color Harmonies of #559308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559308

Black with #559308

Text Example


Text Example

White with #559308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559308; }

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

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

background-color css

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

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

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

border-color css

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

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

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