Html Css Color HEX #559D04 Limeade

📋 copy color: '#559D04'

red 85 ◦ green 157 ◦ blue 4

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

Shades of Limeade #559D04

Tints of Limeade #559D04

RGB

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

 GREEN value IS 157 (61.72% from 255) = 63.82%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 34.55%
G = 63.82%
B = 1.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#559D04 (or 0x559D04) is known color: Limeade. HEX triplet: 55, 9D and 04. RGB value is (85,157,4). Sum of RGB (Red+Green+Blue) = 85+157+4=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 157 (61.72% from 255 or 63.82% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 157 - color contains mainly: green. Hex color #559D04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559D04 is #AA62FB. Grayscale: #767676. Windows color (decimal): -11166460 or 302421. OLE color: 302421.

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

Color convert

RGB 85 157 4 -
CMYK 0.46 0 0.97 0.38
HSL 88.24º 0.95% 0.32% -
HSV(B) 88.24º 0.97% 0.62% -
XYZ 15.83 26.05 4.31 -
YUV 118.03 63.65 104.44 -
System Red Green Blue C M Y K H S L
Decimal 85 157 4 0.46 0 0.97 0.38 88.24 0.95 0.32
Hex 55 9D 4 2E 0 61 26 58 5F 20
Octal 125 235 4 56 0 141 46 130 137 40
Binary 1010101 10011101 100 101110 0 1100001 100110 1011000 1011111 100000

Color Harmonies of #559D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D04

Black with #559D04

Text Example


Text Example

White with #559D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,157,4); }

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

background-color css

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

 a { background-color: rgb(85,157,4); }

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

border-color css

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

 span { border-color: rgb(85,157,4); }

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