#56BC3C

Color #56BC3C Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #56BC3C

Tints of Apple #56BC3C

Color information

#56BC3C (or 0x56BC3C) is unknown color: approx Apple. HEX triplet: 56, BC and 3C. RGB value is (86,188,60). Sum of RGB (Red+Green+Blue) = 86+188+60=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BC3C is #A943C3. Grayscale: #8F8F8F. Windows color (decimal): -11092932 or 3980374. OLE color: 3980374.

HSL color Cylindrical-coordinate representation of color #56BC3C: hue angle of 107.81º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56BC3C is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB8618860-
CMYK0.5400.680.26
HSL107.81º51.61%48.63%-
HSV(B)107.81º68.09%73.73%-
XYZ22.6438.2710.47-
YUV142.9181.2187.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 188 (73.83% from 255) = 56.29%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=25.75%
G=56.29%
B=17.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86188600.5400.680.26107.8151.6148.63
Hex56BC3C360441A6c3431
Octal12627474660104321546461
Binary10101101011110011110011011001000100110101101100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56BC3C; }

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

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

<style>
 a { background-color: #56BC3C; }

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

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

<style>
 span { border-color: #56BC3C; }

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

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