#56BF3D

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

Shades of Apple #56BF3D

Tints of Apple #56BF3D

Color information

#56BF3D (or 0x56BF3D) is unknown color: approx Apple. HEX triplet: 56, BF and 3D. RGB value is (86,191,61). Sum of RGB (Red+Green+Blue) = 86+191+61=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #56BF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BF3D is #A940C2. Grayscale: #919191. Windows color (decimal): -11092163 or 4046678. OLE color: 4046678.

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

Color convert

RGB8619161-
CMYK0.5500.680.25
HSL108.46º51.59%49.41%-
HSV(B)108.46º68.06%74.9%-
XYZ23.3139.5810.83-
YUV144.7880.7186.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 191 (75% from 255) = 56.51%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=25.44%
G=56.51%
B=18.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86191610.5500.680.25108.4651.5949.41
Hex56BF3D37044196c3431
Octal12627775670104311546461
Binary10101101011111111110111011101000100110011101100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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