Html Css Color HEX #559A25 Limeade

📋 copy color: '#559A25'

red 85 ◦ green 154 ◦ blue 37

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

Shades of Limeade #559A25

Tints of Limeade #559A25

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.8%

 BLUE value IS 37 (14.84% from 255) = 13.41%

R = 30.8%
G = 55.8%
B = 13.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#559A25 (or 0x559A25) is known color: Limeade. HEX triplet: 55, 9A and 25. RGB value is (85,154,37). Sum of RGB (Red+Green+Blue) = 85+154+37=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 154 (60.55% from 255 or 55.80% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 154 - color contains mainly: green. Hex color #559A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559A25 is #AA65DA. Grayscale: #787878. Windows color (decimal): -11167195 or 2464341. OLE color: 2464341.

HSL color Cylindrical-coordinate representation of color #559A25: hue angle of 95.38º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #559A25 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 154 37 -
CMYK 0.45 0 0.76 0.40
HSL 95.38º 0.61% 0.37% -
HSV(B) 95.38º 0.76% 0.6% -
XYZ 15.64 25.18 5.79 -
YUV 120.03 81.14 103.01 -
System Red Green Blue C M Y K H S L
Decimal 85 154 37 0.45 0 0.76 0.40 95.38 0.61 0.37
Hex 55 9A 25 2D 0 4C 28 5F 3D 25
Octal 125 232 45 55 0 114 50 137 75 45
Binary 1010101 10011010 100101 101101 0 1001100 101000 1011111 111101 100101

Color Harmonies of #559A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559A25

Black with #559A25

Text Example


Text Example

White with #559A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,154,37); }

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

background-color css

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

 a { background-color: rgb(85,154,37); }

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

border-color css

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

 span { border-color: rgb(85,154,37); }

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