Html Css Color HEX #559428 Limeade

📋 copy color: '#559428'

red 85 ◦ green 148 ◦ blue 40

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

Shades of Limeade #559428

Tints of Limeade #559428

RGB

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

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

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

R = 31.14%
G = 54.21%
B = 14.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#559428 (or 0x559428) is known color: Limeade. HEX triplet: 55, 94 and 28. RGB value is (85,148,40). Sum of RGB (Red+Green+Blue) = 85+148+40=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #559428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559428 is #AA6BD7. Grayscale: #757575. Windows color (decimal): -11168728 or 2659413. OLE color: 2659413.

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

Color convert

RGB 85 148 40 -
CMYK 0.43 0 0.73 0.42
HSL 95º 0.57% 0.37% -
HSV(B) 95º 0.73% 0.58% -
XYZ 14.72 23.26 5.72 -
YUV 116.85 84.63 105.28 -
System Red Green Blue C M Y K H S L
Decimal 85 148 40 0.43 0 0.73 0.42 95 0.57 0.37
Hex 55 94 28 2B 0 49 2A 5F 39 25
Octal 125 224 50 53 0 111 52 137 71 45
Binary 1010101 10010100 101000 101011 0 1001001 101010 1011111 111001 100101

Color Harmonies of #559428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559428

Black with #559428

Text Example


Text Example

White with #559428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559428; }

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

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

background-color css

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

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

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

border-color css

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

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

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