Html Css Color HEX #559728 Limeade

📋 copy color: '#559728'

red 85 ◦ green 151 ◦ blue 40

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

Shades of Limeade #559728

Tints of Limeade #559728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.71%

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

R = 30.8%
G = 54.71%
B = 14.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#559728 (or 0x559728) is known color: Limeade. HEX triplet: 55, 97 and 28. RGB value is (85,151,40). Sum of RGB (Red+Green+Blue) = 85+151+40=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #559728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559728 is #AA68D7. Grayscale: #767676. Windows color (decimal): -11167960 or 2660181. OLE color: 2660181.

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

Color convert

RGB 85 151 40 -
CMYK 0.44 0 0.74 0.41
HSL 95.68º 0.58% 0.37% -
HSV(B) 95.68º 0.74% 0.59% -
XYZ 15.2 24.22 5.88 -
YUV 118.61 83.63 104.03 -
System Red Green Blue C M Y K H S L
Decimal 85 151 40 0.44 0 0.74 0.41 95.68 0.58 0.37
Hex 55 97 28 2C 0 4A 29 60 3A 25
Octal 125 227 50 54 0 112 51 140 72 45
Binary 1010101 10010111 101000 101100 0 1001010 101001 1100000 111010 100101

Color Harmonies of #559728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559728

Black with #559728

Text Example


Text Example

White with #559728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559728; }

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

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

background-color css

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

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

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

border-color css

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

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

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