#56993C

Color #56993C Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #56993C

Tints of Limeade #56993C

Color information

#56993C (or 0x56993C) is unknown color: approx Limeade. HEX triplet: 56, 99 and 3C. RGB value is (86,153,60). Sum of RGB (Red+Green+Blue) = 86+153+60=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #56993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56993C is #A966C3. Grayscale: #7A7A7A. Windows color (decimal): -11101892 or 3971414. OLE color: 3971414.

HSL color Cylindrical-coordinate representation of color #56993C: hue angle of 103.23º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56993C is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB8615360-
CMYK0.4400.610.4
HSL103.23º43.66%41.76%-
HSV(B)103.23º60.78%60%-
XYZ16.0425.098.27-
YUV122.3692.8102.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=28.76%
G=51.17%
B=20.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86153600.4400.610.4103.2343.6641.76
Hex56993C2C03D28672c2a
Octal1262317454075501475452
Binary10101101001100111110010110001111011010001100111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56993C; }

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

 H1.HeaderClassName
 {
   color: #56993C;
 }
 .AnyTagClassName
 {
   color: #56993C;
 }
</style>
background-color css

<style>
 a { background-color: #56993C; }

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

 div.DivClassName
 {
   background-color: #56993C;
 }
 .BgClassName
 {
   background-color: #56993C;
 }
</style>
border-color css

<style>
 span { border-color: #56993C; }

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

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