Html Css Color HEX #559E3A Limeade

📋 copy color: '#559E3A'

red 85 ◦ green 158 ◦ blue 58

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

Shades of Limeade #559E3A

Tints of Limeade #559E3A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.49%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 28.24%
G = 52.49%
B = 19.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#559E3A (or 0x559E3A) is known color: Limeade. HEX triplet: 55, 9E and 3A. RGB value is (85,158,58). Sum of RGB (Red+Green+Blue) = 85+158+58=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #559E3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E3A is #AA61C5. Grayscale: #7D7D7D. Windows color (decimal): -11166150 or 3841621. OLE color: 3841621.

HSL color Cylindrical-coordinate representation of color #559E3A: hue angle of 103.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559E3A is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 58 -
CMYK 0.46 0 0.63 0.38
HSL 103.8º 0.46% 0.42% -
HSV(B) 103.8º 0.63% 0.62% -
XYZ 16.74 26.69 8.27 -
YUV 124.77 90.32 99.63 -
System Red Green Blue C M Y K H S L
Decimal 85 158 58 0.46 0 0.63 0.38 103.8 0.46 0.42
Hex 55 9E 3A 2E 0 3F 26 68 2E 2A
Octal 125 236 72 56 0 77 46 150 56 52
Binary 1010101 10011110 111010 101110 0 111111 100110 1101000 101110 101010

Color Harmonies of #559E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E3A

Black with #559E3A

Text Example


Text Example

White with #559E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559E3A; }

 p { color: rgb(85,158,58); }

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

background-color css

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

 a { background-color: rgb(85,158,58); }

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

border-color css

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

 span { border-color: rgb(85,158,58); }

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