Html Css Color HEX #559D0F Limeade

📋 copy color: '#559D0F'

red 85 ◦ green 157 ◦ blue 15

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

Shades of Limeade #559D0F

Tints of Limeade #559D0F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 61.09%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 33.07%
G = 61.09%
B = 5.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#559D0F (or 0x559D0F) is known color: Limeade. HEX triplet: 55, 9D and 0F. RGB value is (85,157,15). Sum of RGB (Red+Green+Blue) = 85+157+15=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 157 (61.72% from 255 or 61.09% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 157 - color contains mainly: green. Hex color #559D0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559D0F is #AA62F0. Grayscale: #777777. Windows color (decimal): -11166449 or 1023317. OLE color: 1023317.

HSL color Cylindrical-coordinate representation of color #559D0F: hue angle of 90.42º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #559D0F is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 157 15 -
CMYK 0.46 0 0.90 0.38
HSL 90.42º 0.83% 0.34% -
HSV(B) 90.42º 0.9% 0.62% -
XYZ 15.89 26.08 4.65 -
YUV 119.28 69.15 103.55 -
System Red Green Blue C M Y K H S L
Decimal 85 157 15 0.46 0 0.90 0.38 90.42 0.83 0.34
Hex 55 9D F 2E 0 5A 26 5A 53 22
Octal 125 235 17 56 0 132 46 132 123 42
Binary 1010101 10011101 1111 101110 0 1011010 100110 1011010 1010011 100010

Color Harmonies of #559D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D0F

Black with #559D0F

Text Example


Text Example

White with #559D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,157,15); }

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

background-color css

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

 a { background-color: rgb(85,157,15); }

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

border-color css

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

 span { border-color: rgb(85,157,15); }

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