Html Css Color HEX #559D0D Limeade

📋 copy color: '#559D0D'

red 85 ◦ green 157 ◦ blue 13

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

Shades of Limeade #559D0D

Tints of Limeade #559D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 33.33%
G = 61.57%
B = 5.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#559D0D (or 0x559D0D) is known color: Limeade. HEX triplet: 55, 9D and 0D. RGB value is (85,157,13). Sum of RGB (Red+Green+Blue) = 85+157+13=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 157 (61.72% from 255 or 61.57% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 157 - color contains mainly: green. Hex color #559D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559D0D is #AA62F2. Grayscale: #777777. Windows color (decimal): -11166451 or 892245. OLE color: 892245.

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

Color convert

RGB 85 157 13 -
CMYK 0.46 0 0.92 0.38
HSL 90º 0.85% 0.33% -
HSV(B) 90º 0.92% 0.62% -
XYZ 15.88 26.07 4.58 -
YUV 119.06 68.15 103.71 -
System Red Green Blue C M Y K H S L
Decimal 85 157 13 0.46 0 0.92 0.38 90 0.85 0.33
Hex 55 9D D 2E 0 5C 26 5A 55 21
Octal 125 235 15 56 0 134 46 132 125 41
Binary 1010101 10011101 1101 101110 0 1011100 100110 1011010 1010101 100001

Color Harmonies of #559D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D0D

Black with #559D0D

Text Example


Text Example

White with #559D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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