Html Css Color HEX #559435 Limeade

📋 copy color: '#559435'

red 85 ◦ green 148 ◦ blue 53

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

Shades of Limeade #559435

Tints of Limeade #559435

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.75%

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 29.72%
G = 51.75%
B = 18.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#559435 (or 0x559435) is known color: Limeade. HEX triplet: 55, 94 and 35. RGB value is (85,148,53). Sum of RGB (Red+Green+Blue) = 85+148+53=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #559435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559435 is #AA6BCA. Grayscale: #767676. Windows color (decimal): -11168715 or 3511381. OLE color: 3511381.

HSL color Cylindrical-coordinate representation of color #559435: hue angle of 99.79º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559435 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 148 53 -
CMYK 0.43 0 0.64 0.42
HSL 99.79º 0.47% 0.39% -
HSV(B) 99.79º 0.64% 0.58% -
XYZ 14.98 23.37 7.09 -
YUV 118.33 91.13 104.22 -
System Red Green Blue C M Y K H S L
Decimal 85 148 53 0.43 0 0.64 0.42 99.79 0.47 0.39
Hex 55 94 35 2B 0 40 2A 64 2F 27
Octal 125 224 65 53 0 100 52 144 57 47
Binary 1010101 10010100 110101 101011 0 1000000 101010 1100100 101111 100111

Color Harmonies of #559435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559435

Black with #559435

Text Example


Text Example

White with #559435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559435; }

 p { color: rgb(85,148,53); }

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

background-color css

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

 a { background-color: rgb(85,148,53); }

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

border-color css

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

 span { border-color: rgb(85,148,53); }

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