Html Css Color HEX #559B01 Limeade

📋 copy color: '#559B01'

red 85 ◦ green 155 ◦ blue 1

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

Shades of Limeade #559B01

Tints of Limeade #559B01

RGB

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

 GREEN value IS 155 (60.94% from 255) = 64.32%

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

R = 35.27%
G = 64.32%
B = 0.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#559B01 (or 0x559B01) is known color: Limeade. HEX triplet: 55, 9B and 01. RGB value is (85,155,1). Sum of RGB (Red+Green+Blue) = 85+155+1=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 155 (60.94% from 255 or 64.32% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 155 - color contains mainly: green. Hex color #559B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559B01 is #AA64FE. Grayscale: #757575. Windows color (decimal): -11166975 or 105301. OLE color: 105301.

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

Color convert

RGB 85 155 1 -
CMYK 0.45 0 0.99 0.39
HSL 87.27º 0.99% 0.31% -
HSV(B) 87.27º 0.99% 0.61% -
XYZ 15.47 25.38 4.11 -
YUV 116.51 62.81 105.52 -
System Red Green Blue C M Y K H S L
Decimal 85 155 1 0.45 0 0.99 0.39 87.27 0.99 0.31
Hex 55 9B 1 2D 0 63 27 57 63 1F
Octal 125 233 1 55 0 143 47 127 143 37
Binary 1010101 10011011 1 101101 0 1100011 100111 1010111 1100011 11111

Color Harmonies of #559B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B01

Black with #559B01

Text Example


Text Example

White with #559B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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