#60C052

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

Shades of Apple #60C052

Tints of Apple #60C052

Color information

#60C052 (or 0x60C052) is unknown color: approx Apple. HEX triplet: 60, C0 and 52. RGB value is (96,192,82). Sum of RGB (Red+Green+Blue) = 96+192+82=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #60C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C052 is #9F3FAD. Grayscale: #979797. Windows color (decimal): -10436526 or 5423200. OLE color: 5423200.

HSL color Cylindrical-coordinate representation of color #60C052: hue angle of 112.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60C052 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB9619282-
CMYK0.5000.570.25
HSL112.36º46.61%53.73%-
HSV(B)112.36º57.29%75.29%-
XYZ25.240.814.53-
YUV150.7689.288.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 192 (75.39% from 255) = 51.89%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=25.95%
G=51.89%
B=22.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96192820.5000.570.25112.3646.6153.73
Hex60C0523203919702f36
Octal14030012262071311605766
Binary11000001100000010100101100100111001110011110000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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