Html Css Color HEX #559714 Limeade

📋 copy color: '#559714'

red 85 ◦ green 151 ◦ blue 20

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

Shades of Limeade #559714

Tints of Limeade #559714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 33.2%
G = 58.98%
B = 7.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#559714 (or 0x559714) is known color: Limeade. HEX triplet: 55, 97 and 14. RGB value is (85,151,20). Sum of RGB (Red+Green+Blue) = 85+151+20=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 151 (59.38% from 255 or 58.98% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 151 - color contains mainly: green. Hex color #559714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559714 is #AA68EB. Grayscale: #747474. Windows color (decimal): -11167980 or 1349461. OLE color: 1349461.

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

Color convert

RGB 85 151 20 -
CMYK 0.44 0 0.87 0.41
HSL 90.23º 0.77% 0.34% -
HSV(B) 90.23º 0.87% 0.59% -
XYZ 14.94 24.12 4.53 -
YUV 116.33 73.63 105.65 -
System Red Green Blue C M Y K H S L
Decimal 85 151 20 0.44 0 0.87 0.41 90.23 0.77 0.34
Hex 55 97 14 2C 0 57 29 5A 4D 22
Octal 125 227 24 54 0 127 51 132 115 42
Binary 1010101 10010111 10100 101100 0 1010111 101001 1011010 1001101 100010

Color Harmonies of #559714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559714

Black with #559714

Text Example


Text Example

White with #559714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559714; }

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

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

background-color css

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

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

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

border-color css

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

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

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