#56BD3D

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

Shades of Apple #56BD3D

Tints of Apple #56BD3D

Color information

#56BD3D (or 0x56BD3D) is unknown color: approx Apple. HEX triplet: 56, BD and 3D. RGB value is (86,189,61). Sum of RGB (Red+Green+Blue) = 86+189+61=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BD3D is #A942C2. Grayscale: #909090. Windows color (decimal): -11092675 or 4046166. OLE color: 4046166.

HSL color Cylindrical-coordinate representation of color #56BD3D: hue angle of 108.28º degrees, saturation: 0.51, 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 #56BD3D is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB8618961-
CMYK0.5400.680.26
HSL108.28º51.2%49.02%-
HSV(B)108.28º67.72%74.12%-
XYZ22.8838.7110.68-
YUV143.6181.3886.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.60%
GREEN value IS 189 (74.22% from 255) = 56.25%
BLUE value IS 61 (24.22% from 255) = 18.15%
R=25.60%
G=56.25%
B=18.15%

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
Decimal86189610.5400.680.26108.2851.249.02
Hex56BD3D360441A6c3331
Octal12627575660104321546361
Binary10101101011110111110111011001000100110101101100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,189,61); }

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

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

 a { background-color: rgb(86,189,61); }

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

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

 span { border-color: rgb(86,189,61); }

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