#60CC40

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

Shades of Apple #60CC40

Tints of Apple #60CC40

Color information

#60CC40 (or 0x60CC40) is unknown color: approx Apple. HEX triplet: 60, CC and 40. RGB value is (96,204,64). Sum of RGB (Red+Green+Blue) = 96+204+64=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CC40 is #9F33BF. Grayscale: #9C9C9C. Windows color (decimal): -10433472 or 4246624. OLE color: 4246624.

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

Color convert

RGB9620464-
CMYK0.5300.690.2
HSL106.29º57.85%52.55%-
HSV(B)106.29º68.63%80%-
XYZ27.3446.0412.3-
YUV155.7576.2285.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 204 (80.08% from 255) = 56.04%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=26.37%
G=56.04%
B=17.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal96204640.5300.690.2106.2957.8552.55
Hex60CC4035045146a3a35
Octal140314100650105241527265
Binary110000011001100100000011010101000101101001101010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,204,64); }

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

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

 a { background-color: rgb(96,204,64); }

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

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

 span { border-color: rgb(96,204,64); }

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