#60CD42

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

Shades of Apple #60CD42

Tints of Apple #60CD42

Color information

#60CD42 (or 0x60CD42) is unknown color: approx Apple. HEX triplet: 60, CD and 42. RGB value is (96,205,66). Sum of RGB (Red+Green+Blue) = 96+205+66=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #60CD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CD42 is #9F32BD. Grayscale: #9D9D9D. Windows color (decimal): -10433214 or 4377952. OLE color: 4377952.

HSL color Cylindrical-coordinate representation of color #60CD42: hue angle of 107.05º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60CD42 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB9620566-
CMYK0.5300.680.20
HSL107.05º58.16%53.14%-
HSV(B)107.05º67.8%80.39%-
XYZ27.6446.5412.68-
YUV156.5676.8984.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 205 (80.47% from 255) = 55.86%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=26.16%
G=55.86%
B=17.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96205660.5300.680.20107.0558.1653.14
Hex60CD4235044146b3a35
Octal140315102650104241537265
Binary110000011001101100001011010101000100101001101011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,205,66); }

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

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

 a { background-color: rgb(96,205,66); }

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

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

 span { border-color: rgb(96,205,66); }

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