Html Css Color HEX #56990D Limeade

📋 copy color: '#56990D'

red 86 ◦ green 153 ◦ blue 13

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

Shades of Limeade #56990D

Tints of Limeade #56990D

RGB

 RED value IS 86 (33.98% from 255) = 34.13%

 GREEN value IS 153 (60.16% from 255) = 60.71%

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

R = 34.13%
G = 60.71%
B = 5.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#56990D (or 0x56990D) is known color: Limeade. HEX triplet: 56, 99 and 0D. RGB value is (86,153,13). Sum of RGB (Red+Green+Blue) = 86+153+13=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #56990D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56990D is #A966F2. Grayscale: #757575. Windows color (decimal): -11101939 or 891222. OLE color: 891222.

HSL color Cylindrical-coordinate representation of color #56990D: hue angle of 88.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56990D is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 153 13 -
CMYK 0.44 0 0.92 0.4
HSL 88.71º 0.84% 0.33% -
HSV(B) 88.71º 0.92% 0.6% -
XYZ 15.3 24.79 4.36 -
YUV 117.01 69.3 105.88 -
System Red Green Blue C M Y K H S L
Decimal 86 153 13 0.44 0 0.92 0.4 88.71 0.84 0.33
Hex 56 99 D 2C 0 5C 28 59 54 21
Octal 126 231 15 54 0 134 50 131 124 41
Binary 1010110 10011001 1101 101100 0 1011100 101000 1011001 1010100 100001

Color Harmonies of #56990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56990D

Black with #56990D

Text Example


Text Example

White with #56990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56990D; }

 p { color: rgb(86,153,13); }

 H1.HeaderClassName
 {
   color: #56990D;
 }
 .AnyTagClassName
 {
   color: #56990D;
 }
</style>

background-color css

<style>
 a { background-color: #56990D; }

 a { background-color: rgb(86,153,13); }

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

border-color css

<style>
 span { border-color: #56990D; }

 span { border-color: rgb(86,153,13); }

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