Html Css Color HEX #559E38 Limeade

📋 copy color: '#559E38'

red 85 ◦ green 158 ◦ blue 56

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

Shades of Limeade #559E38

Tints of Limeade #559E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.73%

R = 28.43%
G = 52.84%
B = 18.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#559E38 (or 0x559E38) is known color: Limeade. HEX triplet: 55, 9E and 38. RGB value is (85,158,56). Sum of RGB (Red+Green+Blue) = 85+158+56=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #559E38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E38 is #AA61C7. Grayscale: #7C7C7C. Windows color (decimal): -11166152 or 3710549. OLE color: 3710549.

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

Color convert

RGB 85 158 56 -
CMYK 0.46 0 0.65 0.38
HSL 102.94º 0.48% 0.42% -
HSV(B) 102.94º 0.65% 0.62% -
XYZ 16.69 26.67 8.01 -
YUV 124.55 89.32 99.79 -
System Red Green Blue C M Y K H S L
Decimal 85 158 56 0.46 0 0.65 0.38 102.94 0.48 0.42
Hex 55 9E 38 2E 0 41 26 67 30 2A
Octal 125 236 70 56 0 101 46 147 60 52
Binary 1010101 10011110 111000 101110 0 1000001 100110 1100111 110000 101010

Color Harmonies of #559E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E38

Black with #559E38

Text Example


Text Example

White with #559E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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