Html Css Color HEX #559F01 Limeade

📋 copy color: '#559F01'

red 85 ◦ green 159 ◦ blue 1

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

Shades of Limeade #559F01

Tints of Limeade #559F01

RGB

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

 GREEN value IS 159 (62.5% from 255) = 64.9%

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

R = 34.69%
G = 64.9%
B = 0.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#559F01 (or 0x559F01) is known color: Limeade. HEX triplet: 55, 9F and 01. RGB value is (85,159,1). Sum of RGB (Red+Green+Blue) = 85+159+1=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 159 (62.5% from 255 or 64.90% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 159 - color contains mainly: green. Hex color #559F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559F01 is #AA60FE. Grayscale: #777777. Windows color (decimal): -11165951 or 106325. OLE color: 106325.

HSL color Cylindrical-coordinate representation of color #559F01: hue angle of 88.1º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #559F01 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 159 1 -
CMYK 0.47 0 0.99 0.38
HSL 88.1º 0.99% 0.31% -
HSV(B) 88.1º 0.99% 0.62% -
XYZ 16.15 26.73 4.34 -
YUV 118.86 61.48 103.85 -
System Red Green Blue C M Y K H S L
Decimal 85 159 1 0.47 0 0.99 0.38 88.1 0.99 0.31
Hex 55 9F 1 2F 0 63 26 58 63 1F
Octal 125 237 1 57 0 143 46 130 143 37
Binary 1010101 10011111 1 101111 0 1100011 100110 1011000 1100011 11111

Color Harmonies of #559F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F01

Black with #559F01

Text Example


Text Example

White with #559F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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