#56BD38

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

Shades of Apple #56BD38

Tints of Apple #56BD38

Color information

#56BD38 (or 0x56BD38) is unknown color: approx Apple. HEX triplet: 56, BD and 38. RGB value is (86,189,56). Sum of RGB (Red+Green+Blue) = 86+189+56=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BD38 is #A942C7. Grayscale: #8F8F8F. Windows color (decimal): -11092680 or 3718486. OLE color: 3718486.

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

Color convert

RGB8618956-
CMYK0.5400.700.26
HSL106.47º54.29%48.04%-
HSV(B)106.47º70.37%74.12%-
XYZ22.7538.6610-
YUV143.0478.8887.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=25.98%
G=57.10%
B=16.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86189560.5400.700.26106.4754.2948.04
Hex56BD38360461A6a3630
Octal12627570660106321526660
Binary10101101011110111100011011001000110110101101010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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