Html Css Color HEX #559105 Limeade

📋 copy color: '#559105'

red 85 ◦ green 145 ◦ blue 5

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

Shades of Limeade #559105

Tints of Limeade #559105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 36.17%
G = 61.7%
B = 2.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#559105 (or 0x559105) is known color: Limeade. HEX triplet: 55, 91 and 05. RGB value is (85,145,5). Sum of RGB (Red+Green+Blue) = 85+145+5=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #559105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559105 is #AA6EFA. Grayscale: #6F6F6F. Windows color (decimal): -11169531 or 364885. OLE color: 364885.

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

Color convert

RGB 85 145 5 -
CMYK 0.41 0 0.97 0.43
HSL 85.71º 0.93% 0.29% -
HSV(B) 85.71º 0.97% 0.57% -
XYZ 13.9 22.19 3.69 -
YUV 111.1 68.12 109.38 -
System Red Green Blue C M Y K H S L
Decimal 85 145 5 0.41 0 0.97 0.43 85.71 0.93 0.29
Hex 55 91 5 29 0 61 2B 56 5D 1D
Octal 125 221 5 51 0 141 53 126 135 35
Binary 1010101 10010001 101 101001 0 1100001 101011 1010110 1011101 11101

Color Harmonies of #559105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559105

Black with #559105

Text Example


Text Example

White with #559105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559105; }

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

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

background-color css

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

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

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

border-color css

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

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

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