Html Css Color HEX #559510 Limeade

📋 copy color: '#559510'

red 85 ◦ green 149 ◦ blue 16

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

Shades of Limeade #559510

Tints of Limeade #559510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.6%

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

R = 34%
G = 59.6%
B = 6.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#559510 (or 0x559510) is known color: Limeade. HEX triplet: 55, 95 and 10. RGB value is (85,149,16). Sum of RGB (Red+Green+Blue) = 85+149+16=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #559510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559510 is #AA6AEF. Grayscale: #737373. Windows color (decimal): -11168496 or 1086805. OLE color: 1086805.

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

Color convert

RGB 85 149 16 -
CMYK 0.43 0 0.89 0.42
HSL 88.87º 0.81% 0.32% -
HSV(B) 88.87º 0.89% 0.58% -
XYZ 14.59 23.46 4.25 -
YUV 114.7 72.3 106.81 -
System Red Green Blue C M Y K H S L
Decimal 85 149 16 0.43 0 0.89 0.42 88.87 0.81 0.32
Hex 55 95 10 2B 0 59 2A 59 51 20
Octal 125 225 20 53 0 131 52 131 121 40
Binary 1010101 10010101 10000 101011 0 1011001 101010 1011001 1010001 100000

Color Harmonies of #559510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559510

Black with #559510

Text Example


Text Example

White with #559510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559510; }

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

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

background-color css

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

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

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

border-color css

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

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

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