Html Css Color HEX #559D1F Limeade

📋 copy color: '#559D1F'

red 85 ◦ green 157 ◦ blue 31

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

Shades of Limeade #559D1F

Tints of Limeade #559D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 31.14%
G = 57.51%
B = 11.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#559D1F (or 0x559D1F) is known color: Limeade. HEX triplet: 55, 9D and 1F. RGB value is (85,157,31). Sum of RGB (Red+Green+Blue) = 85+157+31=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #559D1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D1F is #AA62E0. Grayscale: #797979. Windows color (decimal): -11166433 or 2071893. OLE color: 2071893.

HSL color Cylindrical-coordinate representation of color #559D1F: hue angle of 94.29º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #559D1F is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 157 31 -
CMYK 0.46 0 0.80 0.38
HSL 94.29º 0.67% 0.37% -
HSV(B) 94.29º 0.8% 0.62% -
XYZ 16.05 26.14 5.5 -
YUV 121.11 77.15 102.25 -
System Red Green Blue C M Y K H S L
Decimal 85 157 31 0.46 0 0.80 0.38 94.29 0.67 0.37
Hex 55 9D 1F 2E 0 50 26 5E 43 25
Octal 125 235 37 56 0 120 46 136 103 45
Binary 1010101 10011101 11111 101110 0 1010000 100110 1011110 1000011 100101

Color Harmonies of #559D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D1F

Black with #559D1F

Text Example


Text Example

White with #559D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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