#60CD56

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

Shades of Apple #60CD56

Tints of Apple #60CD56

Color information

#60CD56 (or 0x60CD56) is unknown color: approx Apple. HEX triplet: 60, CD and 56. RGB value is (96,205,86). Sum of RGB (Red+Green+Blue) = 96+205+86=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 205 (80.47% from 255 or 52.97% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 205 - color contains mainly: green. Hex color #60CD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CD56 is #9F32A9. Grayscale: #9F9F9F. Windows color (decimal): -10433194 or 5688672. OLE color: 5688672.

HSL color Cylindrical-coordinate representation of color #60CD56: hue angle of 114.96º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60CD56 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB9620586-
CMYK0.5300.580.20
HSL114.96º54.34%57.06%-
HSV(B)114.96º58.05%80.39%-
XYZ28.3346.8216.35-
YUV158.8486.8983.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 205 (80.47% from 255) = 52.97%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=24.81%
G=52.97%
B=22.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96205860.5300.580.20114.9654.3457.06
Hex60CD563503A14733639
Octal14031512665072241636671
Binary11000001100110110101101101010111010101001110011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60CD56; }

 p { color: rgb(96,205,86); }

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

<style>
 a { background-color: #60CD56; }

 a { background-color: rgb(96,205,86); }

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

<style>
 span { border-color: #60CD56; }

 span { border-color: rgb(96,205,86); }

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