Html Css Color HEX #559B05 Limeade

📋 copy color: '#559B05'

red 85 ◦ green 155 ◦ blue 5

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

Shades of Limeade #559B05

Tints of Limeade #559B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 34.69%
G = 63.27%
B = 2.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#559B05 (or 0x559B05) is known color: Limeade. HEX triplet: 55, 9B and 05. RGB value is (85,155,5). Sum of RGB (Red+Green+Blue) = 85+155+5=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #559B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559B05 is #AA64FA. Grayscale: #757575. Windows color (decimal): -11166971 or 367445. OLE color: 367445.

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

Color convert

RGB 85 155 5 -
CMYK 0.45 0 0.97 0.39
HSL 88º 0.94% 0.31% -
HSV(B) 88º 0.97% 0.61% -
XYZ 15.5 25.38 4.23 -
YUV 116.97 64.81 105.2 -
System Red Green Blue C M Y K H S L
Decimal 85 155 5 0.45 0 0.97 0.39 88 0.94 0.31
Hex 55 9B 5 2D 0 61 27 58 5E 1F
Octal 125 233 5 55 0 141 47 130 136 37
Binary 1010101 10011011 101 101101 0 1100001 100111 1011000 1011110 11111

Color Harmonies of #559B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B05

Black with #559B05

Text Example


Text Example

White with #559B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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