Html Css Color HEX #559D10 Limeade

📋 copy color: '#559D10'

red 85 ◦ green 157 ◦ blue 16

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

Shades of Limeade #559D10

Tints of Limeade #559D10

RGB

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

 GREEN value IS 157 (61.72% from 255) = 60.85%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 32.95%
G = 60.85%
B = 6.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#559D10 (or 0x559D10) is known color: Limeade. HEX triplet: 55, 9D and 10. RGB value is (85,157,16). Sum of RGB (Red+Green+Blue) = 85+157+16=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 157 (61.72% from 255 or 60.85% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 157 - color contains mainly: green. Hex color #559D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559D10 is #AA62EF. Grayscale: #777777. Windows color (decimal): -11166448 or 1088853. OLE color: 1088853.

HSL color Cylindrical-coordinate representation of color #559D10: hue angle of 90.64º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #559D10 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 157 16 -
CMYK 0.46 0 0.90 0.38
HSL 90.64º 0.82% 0.34% -
HSV(B) 90.64º 0.9% 0.62% -
XYZ 15.9 26.08 4.69 -
YUV 119.4 69.65 103.46 -
System Red Green Blue C M Y K H S L
Decimal 85 157 16 0.46 0 0.90 0.38 90.64 0.82 0.34
Hex 55 9D 10 2E 0 5A 26 5B 52 22
Octal 125 235 20 56 0 132 46 133 122 42
Binary 1010101 10011101 10000 101110 0 1011010 100110 1011011 1010010 100010

Color Harmonies of #559D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D10

Black with #559D10

Text Example


Text Example

White with #559D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,157,16); }

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

background-color css

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

 a { background-color: rgb(85,157,16); }

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

border-color css

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

 span { border-color: rgb(85,157,16); }

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