Html Css Color HEX #56980B Limeade

📋 copy color: '#56980B'

red 86 ◦ green 152 ◦ blue 11

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

Shades of Limeade #56980B

Tints of Limeade #56980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 61.04%

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 34.54%
G = 61.04%
B = 4.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#56980B (or 0x56980B) is known color: Limeade. HEX triplet: 56, 98 and 0B. RGB value is (86,152,11). Sum of RGB (Red+Green+Blue) = 86+152+11=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #56980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56980B is #A967F4. Grayscale: #747474. Windows color (decimal): -11102197 or 759894. OLE color: 759894.

HSL color Cylindrical-coordinate representation of color #56980B: hue angle of 88.09º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56980B is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 152 11 -
CMYK 0.43 0 0.93 0.40
HSL 88.09º 0.87% 0.32% -
HSV(B) 88.09º 0.93% 0.6% -
XYZ 15.13 24.46 4.24 -
YUV 116.19 68.63 106.46 -
System Red Green Blue C M Y K H S L
Decimal 86 152 11 0.43 0 0.93 0.40 88.09 0.87 0.32
Hex 56 98 B 2B 0 5D 28 58 57 20
Octal 126 230 13 53 0 135 50 130 127 40
Binary 1010110 10011000 1011 101011 0 1011101 101000 1011000 1010111 100000

Color Harmonies of #56980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56980B

Black with #56980B

Text Example


Text Example

White with #56980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56980B; }

 p { color: rgb(86,152,11); }

 H1.HeaderClassName
 {
   color: #56980B;
 }
 .AnyTagClassName
 {
   color: #56980B;
 }
</style>

background-color css

<style>
 a { background-color: #56980B; }

 a { background-color: rgb(86,152,11); }

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

border-color css

<style>
 span { border-color: #56980B; }

 span { border-color: rgb(86,152,11); }

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