Html Css Color HEX #559408 Limeade

📋 copy color: '#559408'

red 85 ◦ green 148 ◦ blue 8

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

Shades of Limeade #559408

Tints of Limeade #559408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.41%

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

R = 35.27%
G = 61.41%
B = 3.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#559408 (or 0x559408) is known color: Limeade. HEX triplet: 55, 94 and 08. RGB value is (85,148,8). Sum of RGB (Red+Green+Blue) = 85+148+8=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #559408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559408 is #AA6BF7. Grayscale: #717171. Windows color (decimal): -11168760 or 562261. OLE color: 562261.

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

Color convert

RGB 85 148 8 -
CMYK 0.43 0 0.95 0.42
HSL 87º 0.9% 0.31% -
HSV(B) 87º 0.95% 0.58% -
XYZ 14.38 23.13 3.94 -
YUV 113.2 68.63 107.88 -
System Red Green Blue C M Y K H S L
Decimal 85 148 8 0.43 0 0.95 0.42 87 0.9 0.31
Hex 55 94 8 2B 0 5F 2A 57 5A 1F
Octal 125 224 10 53 0 137 52 127 132 37
Binary 1010101 10010100 1000 101011 0 1011111 101010 1010111 1011010 11111

Color Harmonies of #559408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559408

Black with #559408

Text Example


Text Example

White with #559408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559408; }

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

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

background-color css

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

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

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

border-color css

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

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

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