#60CA36

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

Shades of Apple #60CA36

Tints of Apple #60CA36

Color information

#60CA36 (or 0x60CA36) is unknown color: approx Apple. HEX triplet: 60, CA and 36. RGB value is (96,202,54). Sum of RGB (Red+Green+Blue) = 96+202+54=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CA36 is #9F35C9. Grayscale: #999999. Windows color (decimal): -10433994 or 3590752. OLE color: 3590752.

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

Color convert

RGB9620254-
CMYK0.5200.730.21
HSL102.97º58.27%50.2%-
HSV(B)102.97º73.27%79.22%-
XYZ26.6144.9910.77-
YUV153.4371.8887.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 202 (79.30% from 255) = 57.39%
BLUE value IS 54 (21.48% from 255) = 15.34%
R=27.27%
G=57.39%
B=15.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96202540.5200.730.21102.9758.2750.2
Hex60CA363404915673a32
Octal14031266640111251477262
Binary11000001100101011011011010001001001101011100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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