Html Css Color HEX #559628 Limeade

📋 copy color: '#559628'

red 85 ◦ green 150 ◦ blue 40

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

Shades of Limeade #559628

Tints of Limeade #559628

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.55%

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 30.91%
G = 54.55%
B = 14.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#559628 (or 0x559628) is known color: Limeade. HEX triplet: 55, 96 and 28. RGB value is (85,150,40). Sum of RGB (Red+Green+Blue) = 85+150+40=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #559628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559628 is #AA69D7. Grayscale: #767676. Windows color (decimal): -11168216 or 2659925. OLE color: 2659925.

HSL color Cylindrical-coordinate representation of color #559628: hue angle of 95.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #559628 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 40 -
CMYK 0.43 0 0.73 0.41
HSL 95.45º 0.58% 0.37% -
HSV(B) 95.45º 0.73% 0.59% -
XYZ 15.04 23.9 5.83 -
YUV 118.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 85 150 40 0.43 0 0.73 0.41 95.45 0.58 0.37
Hex 55 96 28 2B 0 49 29 5F 3A 25
Octal 125 226 50 53 0 111 51 137 72 45
Binary 1010101 10010110 101000 101011 0 1001001 101001 1011111 111010 100101

Color Harmonies of #559628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559628

Black with #559628

Text Example


Text Example

White with #559628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559628; }

 p { color: rgb(85,150,40); }

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

background-color css

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

 a { background-color: rgb(85,150,40); }

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

border-color css

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

 span { border-color: rgb(85,150,40); }

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