Html Css Color HEX #559805 Limeade

📋 copy color: '#559805'

red 85 ◦ green 152 ◦ blue 5

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

Shades of Limeade #559805

Tints of Limeade #559805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 62.81%

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

R = 35.12%
G = 62.81%
B = 2.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#559805 (or 0x559805) is known color: Limeade. HEX triplet: 55, 98 and 05. RGB value is (85,152,5). Sum of RGB (Red+Green+Blue) = 85+152+5=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #559805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559805 is #AA67FA. Grayscale: #737373. Windows color (decimal): -11167739 or 366677. OLE color: 366677.

HSL color Cylindrical-coordinate representation of color #559805: hue angle of 87.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #559805 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 5 -
CMYK 0.44 0 0.97 0.40
HSL 87.35º 0.94% 0.31% -
HSV(B) 87.35º 0.97% 0.6% -
XYZ 15 24.4 4.06 -
YUV 115.21 65.8 106.45 -
System Red Green Blue C M Y K H S L
Decimal 85 152 5 0.44 0 0.97 0.40 87.35 0.94 0.31
Hex 55 98 5 2C 0 61 28 57 5E 1F
Octal 125 230 5 54 0 141 50 127 136 37
Binary 1010101 10011000 101 101100 0 1100001 101000 1010111 1011110 11111

Color Harmonies of #559805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559805

Black with #559805

Text Example


Text Example

White with #559805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559805; }

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

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

background-color css

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

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

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

border-color css

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

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

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