#60CA2F

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

Shades of Apple #60CA2F

Tints of Apple #60CA2F

Color information

#60CA2F (or 0x60CA2F) is unknown color: approx Apple. HEX triplet: 60, CA and 2F. RGB value is (96,202,47). Sum of RGB (Red+Green+Blue) = 96+202+47=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CA2F is #9F35D0. Grayscale: #999999. Windows color (decimal): -10434001 or 3132000. OLE color: 3132000.

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

Color convert

RGB9620247-
CMYK0.5200.770.21
HSL101.03º62.25%48.82%-
HSV(B)101.03º76.73%79.22%-
XYZ26.4644.939.97-
YUV152.6468.3887.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 202 (79.30% from 255) = 58.55%
BLUE value IS 47 (18.75% from 255) = 13.62%
R=27.83%
G=58.55%
B=13.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96202470.5200.770.21101.0362.2548.82
Hex60CA2F3404D15653e31
Octal14031257640115251457661
Binary11000001100101010111111010001001101101011100101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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