#60CA3C

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

Shades of Apple #60CA3C

Tints of Apple #60CA3C

Color information

#60CA3C (or 0x60CA3C) is unknown color: approx Apple. HEX triplet: 60, CA and 3C. RGB value is (96,202,60). Sum of RGB (Red+Green+Blue) = 96+202+60=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CA3C is #9F35C3. Grayscale: #9A9A9A. Windows color (decimal): -10433988 or 3983968. OLE color: 3983968.

HSL color Cylindrical-coordinate representation of color #60CA3C: hue angle of 104.79º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60CA3C is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB9620260-
CMYK0.5200.700.21
HSL104.79º57.26%51.37%-
HSV(B)104.79º70.3%79.22%-
XYZ26.7645.0511.56-
YUV154.1274.8886.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 202 (79.30% from 255) = 56.42%
BLUE value IS 60 (23.83% from 255) = 16.76%
R=26.82%
G=56.42%
B=16.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96202600.5200.700.21104.7957.2651.37
Hex60CA3C3404615693933
Octal14031274640106251517163
Binary11000001100101011110011010001000110101011101001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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