#60CA4E

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

Shades of Apple #60CA4E

Tints of Apple #60CA4E

Color information

#60CA4E (or 0x60CA4E) is unknown color: approx Apple. HEX triplet: 60, CA and 4E. RGB value is (96,202,78). Sum of RGB (Red+Green+Blue) = 96+202+78=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA4E is #9F35B1. Grayscale: #9C9C9C. Windows color (decimal): -10433970 or 5163616. OLE color: 5163616.

HSL color Cylindrical-coordinate representation of color #60CA4E: hue angle of 111.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60CA4E is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB9620278-
CMYK0.5200.610.21
HSL111.29º53.91%54.9%-
HSV(B)111.29º61.39%79.22%-
XYZ27.3245.2814.51-
YUV156.1783.8885.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.53%
GREEN value IS 202 (79.30% from 255) = 53.72%
BLUE value IS 78 (30.86% from 255) = 20.74%
R=25.53%
G=53.72%
B=20.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96202780.5200.610.21111.2953.9154.9
Hex60CA4E3403D156f3637
Octal14031211664075251576667
Binary11000001100101010011101101000111101101011101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,202,78); }

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

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

 a { background-color: rgb(96,202,78); }

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

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

 span { border-color: rgb(96,202,78); }

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