Html Css Color HEX #559115 Limeade

📋 copy color: '#559115'

red 85 ◦ green 145 ◦ blue 21

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

Shades of Limeade #559115

Tints of Limeade #559115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.77%

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 33.86%
G = 57.77%
B = 8.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#559115 (or 0x559115) is known color: Limeade. HEX triplet: 55, 91 and 15. RGB value is (85,145,21). Sum of RGB (Red+Green+Blue) = 85+145+21=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #559115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559115 is #AA6EEA. Grayscale: #717171. Windows color (decimal): -11169515 or 1413461. OLE color: 1413461.

HSL color Cylindrical-coordinate representation of color #559115: hue angle of 89.03º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #559115 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 145 21 -
CMYK 0.41 0 0.86 0.43
HSL 89.03º 0.75% 0.33% -
HSV(B) 89.03º 0.86% 0.57% -
XYZ 14.01 22.24 4.26 -
YUV 112.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 85 145 21 0.41 0 0.86 0.43 89.03 0.75 0.33
Hex 55 91 15 29 0 56 2B 59 4B 21
Octal 125 221 25 51 0 126 53 131 113 41
Binary 1010101 10010001 10101 101001 0 1010110 101011 1011001 1001011 100001

Color Harmonies of #559115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559115

Black with #559115

Text Example


Text Example

White with #559115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559115; }

 p { color: rgb(85,145,21); }

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

background-color css

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

 a { background-color: rgb(85,145,21); }

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

border-color css

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

 span { border-color: rgb(85,145,21); }

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