Html Css Color HEX #559305 Limeade

📋 copy color: '#559305'

red 85 ◦ green 147 ◦ blue 5

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

Shades of Limeade #559305

Tints of Limeade #559305

RGB

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

 GREEN value IS 147 (57.81% from 255) = 62.03%

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

R = 35.86%
G = 62.03%
B = 2.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#559305 (or 0x559305) is known color: Limeade. HEX triplet: 55, 93 and 05. RGB value is (85,147,5). Sum of RGB (Red+Green+Blue) = 85+147+5=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 147 (57.81% from 255 or 62.03% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 147 - color contains mainly: green. Hex color #559305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559305 is #AA6CFA. Grayscale: #707070. Windows color (decimal): -11169019 or 365397. OLE color: 365397.

HSL color Cylindrical-coordinate representation of color #559305: hue angle of 86.2º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #559305 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 147 5 -
CMYK 0.42 0 0.97 0.42
HSL 86.2º 0.93% 0.3% -
HSV(B) 86.2º 0.97% 0.58% -
XYZ 14.21 22.81 3.8 -
YUV 112.27 67.46 108.55 -
System Red Green Blue C M Y K H S L
Decimal 85 147 5 0.42 0 0.97 0.42 86.2 0.93 0.3
Hex 55 93 5 2A 0 61 2A 56 5D 1E
Octal 125 223 5 52 0 141 52 126 135 36
Binary 1010101 10010011 101 101010 0 1100001 101010 1010110 1011101 11110

Color Harmonies of #559305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559305

Black with #559305

Text Example


Text Example

White with #559305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559305; }

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

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

background-color css

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

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

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

border-color css

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

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

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