#60CA52

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

Shades of Apple #60CA52

Tints of Apple #60CA52

Color information

#60CA52 (or 0x60CA52) is unknown color: approx Apple. HEX triplet: 60, CA and 52. RGB value is (96,202,82). Sum of RGB (Red+Green+Blue) = 96+202+82=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA52 is #9F35AD. Grayscale: #9D9D9D. Windows color (decimal): -10433966 or 5425760. OLE color: 5425760.

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

Color convert

RGB9620282-
CMYK0.5200.590.21
HSL113º53.1%55.69%-
HSV(B)113º59.41%79.22%-
XYZ27.4745.3415.29-
YUV156.6385.8884.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 202 (79.30% from 255) = 53.16%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=25.26%
G=53.16%
B=21.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96202820.5200.590.2111353.155.69
Hex60CA523403B15713538
Octal14031212264073251616570
Binary11000001100101010100101101000111011101011110001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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