Html Css Color HEX #559B08 Limeade

📋 copy color: '#559B08'

red 85 ◦ green 155 ◦ blue 8

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

Shades of Limeade #559B08

Tints of Limeade #559B08

RGB

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

 GREEN value IS 155 (60.94% from 255) = 62.5%

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

R = 34.27%
G = 62.5%
B = 3.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#559B08 (or 0x559B08) is known color: Limeade. HEX triplet: 55, 9B and 08. RGB value is (85,155,8). Sum of RGB (Red+Green+Blue) = 85+155+8=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 155 (60.94% from 255 or 62.5% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 155 - color contains mainly: green. Hex color #559B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559B08 is #AA64F7. Grayscale: #757575. Windows color (decimal): -11166968 or 564053. OLE color: 564053.

HSL color Cylindrical-coordinate representation of color #559B08: hue angle of 88.57º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #559B08 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 155 8 -
CMYK 0.45 0 0.95 0.39
HSL 88.57º 0.9% 0.32% -
HSV(B) 88.57º 0.95% 0.61% -
XYZ 15.51 25.39 4.31 -
YUV 117.31 66.31 104.95 -
System Red Green Blue C M Y K H S L
Decimal 85 155 8 0.45 0 0.95 0.39 88.57 0.9 0.32
Hex 55 9B 8 2D 0 5F 27 59 5A 20
Octal 125 233 10 55 0 137 47 131 132 40
Binary 1010101 10011011 1000 101101 0 1011111 100111 1011001 1011010 100000

Color Harmonies of #559B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B08

Black with #559B08

Text Example


Text Example

White with #559B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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