Html Css Color HEX #559C05 Limeade

📋 copy color: '#559C05'

red 85 ◦ green 156 ◦ blue 5

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

Shades of Limeade #559C05

Tints of Limeade #559C05

RGB

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

 GREEN value IS 156 (61.33% from 255) = 63.41%

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

R = 34.55%
G = 63.41%
B = 2.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#559C05 (or 0x559C05) is known color: Limeade. HEX triplet: 55, 9C and 05. RGB value is (85,156,5). Sum of RGB (Red+Green+Blue) = 85+156+5=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #559C05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559C05 is #AA63FA. Grayscale: #767676. Windows color (decimal): -11166715 or 367701. OLE color: 367701.

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

Color convert

RGB 85 156 5 -
CMYK 0.46 0 0.97 0.39
HSL 88.21º 0.94% 0.32% -
HSV(B) 88.21º 0.97% 0.61% -
XYZ 15.66 25.72 4.28 -
YUV 117.56 64.48 104.78 -
System Red Green Blue C M Y K H S L
Decimal 85 156 5 0.46 0 0.97 0.39 88.21 0.94 0.32
Hex 55 9C 5 2E 0 61 27 58 5E 20
Octal 125 234 5 56 0 141 47 130 136 40
Binary 1010101 10011100 101 101110 0 1100001 100111 1011000 1011110 100000

Color Harmonies of #559C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C05

Black with #559C05

Text Example


Text Example

White with #559C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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