#56C04B

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

Shades of Apple #56C04B

Tints of Apple #56C04B

Color information

#56C04B (or 0x56C04B) is unknown color: approx Apple. HEX triplet: 56, C0 and 4B. RGB value is (86,192,75). Sum of RGB (Red+Green+Blue) = 86+192+75=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #56C04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C04B is #A93FB4. Grayscale: #939393. Windows color (decimal): -11091893 or 4964438. OLE color: 4964438.

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

Color convert

RGB8619275-
CMYK0.5500.610.25
HSL114.36º48.15%52.35%-
HSV(B)114.36º60.94%75.29%-
XYZ23.9640.1913.15-
YUV146.9787.3884.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 192 (75.39% from 255) = 54.39%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=24.36%
G=54.39%
B=21.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86192750.5500.610.25114.3648.1552.35
Hex56C04B3703D19723034
Octal12630011367075311626064
Binary10101101100000010010111101110111101110011110010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,192,75); }

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

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

 a { background-color: rgb(86,192,75); }

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

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

 span { border-color: rgb(86,192,75); }

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