Html Css Color HEX #559301 Limeade

📋 copy color: '#559301'

red 85 ◦ green 147 ◦ blue 1

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

Shades of Limeade #559301

Tints of Limeade #559301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 63.09%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 36.48%
G = 63.09%
B = 0.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#559301 (or 0x559301) is known color: Limeade. HEX triplet: 55, 93 and 01. RGB value is (85,147,1). Sum of RGB (Red+Green+Blue) = 85+147+1=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #559301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559301 is #AA6CFE. Grayscale: #707070. Windows color (decimal): -11169023 or 103253. OLE color: 103253.

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

Color convert

RGB 85 147 1 -
CMYK 0.42 0 0.99 0.42
HSL 85.48º 0.99% 0.29% -
HSV(B) 85.48º 0.99% 0.58% -
XYZ 14.19 22.8 3.68 -
YUV 111.82 65.46 108.87 -
System Red Green Blue C M Y K H S L
Decimal 85 147 1 0.42 0 0.99 0.42 85.48 0.99 0.29
Hex 55 93 1 2A 0 63 2A 55 63 1D
Octal 125 223 1 52 0 143 52 125 143 35
Binary 1010101 10010011 1 101010 0 1100011 101010 1010101 1100011 11101

Color Harmonies of #559301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559301

Black with #559301

Text Example


Text Example

White with #559301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559301; }

 p { color: rgb(85,147,1); }

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

background-color css

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

 a { background-color: rgb(85,147,1); }

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

border-color css

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

 span { border-color: rgb(85,147,1); }

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