Html Css Color HEX #559E34 Limeade

📋 copy color: '#559E34'

red 85 ◦ green 158 ◦ blue 52

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

Shades of Limeade #559E34

Tints of Limeade #559E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.63%

R = 28.81%
G = 53.56%
B = 17.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#559E34 (or 0x559E34) is known color: Limeade. HEX triplet: 55, 9E and 34. RGB value is (85,158,52). Sum of RGB (Red+Green+Blue) = 85+158+52=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #559E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E34 is #AA61CB. Grayscale: #7C7C7C. Windows color (decimal): -11166156 or 3448405. OLE color: 3448405.

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

Color convert

RGB 85 158 52 -
CMYK 0.46 0 0.67 0.38
HSL 101.32º 0.5% 0.41% -
HSV(B) 101.32º 0.67% 0.62% -
XYZ 16.59 26.63 7.51 -
YUV 124.09 87.32 100.12 -
System Red Green Blue C M Y K H S L
Decimal 85 158 52 0.46 0 0.67 0.38 101.32 0.5 0.41
Hex 55 9E 34 2E 0 43 26 65 32 29
Octal 125 236 64 56 0 103 46 145 62 51
Binary 1010101 10011110 110100 101110 0 1000011 100110 1100101 110010 101001

Color Harmonies of #559E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E34

Black with #559E34

Text Example


Text Example

White with #559E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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