#56CA50

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

Shades of Apple #56CA50

Tints of Apple #56CA50

Color information

#56CA50 (or 0x56CA50) is unknown color: approx Apple. HEX triplet: 56, CA and 50. RGB value is (86,202,80). Sum of RGB (Red+Green+Blue) = 86+202+80=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #56CA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CA50 is #A935AF. Grayscale: #999999. Windows color (decimal): -11089328 or 5294678. OLE color: 5294678.

HSL color Cylindrical-coordinate representation of color #56CA50: hue angle of 117.05º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56CA50 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB8620280-
CMYK0.5700.600.21
HSL117.05º53.51%55.29%-
HSV(B)117.05º60.4%79.22%-
XYZ26.4144.814.84-
YUV153.4186.5779.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 202 (79.30% from 255) = 54.89%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=23.37%
G=54.89%
B=21.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86202800.5700.600.21117.0553.5155.29
Hex56CA503903C15753637
Octal12631212071074251656667
Binary10101101100101010100001110010111100101011110101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,202,80); }

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

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

 a { background-color: rgb(86,202,80); }

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

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

 span { border-color: rgb(86,202,80); }

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