#60C14D

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

Shades of Apple #60C14D

Tints of Apple #60C14D

Color information

#60C14D (or 0x60C14D) is unknown color: approx Apple. HEX triplet: 60, C1 and 4D. RGB value is (96,193,77). Sum of RGB (Red+Green+Blue) = 96+193+77=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #60C14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C14D is #9F3EB2. Grayscale: #979797. Windows color (decimal): -10436275 or 5095776. OLE color: 5095776.

HSL color Cylindrical-coordinate representation of color #60C14D: hue angle of 110.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C14D is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB9619377-
CMYK0.5000.600.24
HSL110.17º48.33%52.94%-
HSV(B)110.17º60.1%75.69%-
XYZ25.2341.1613.64-
YUV150.7786.3688.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 193 (75.78% from 255) = 52.73%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=26.23%
G=52.73%
B=21.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal96193770.5000.600.24110.1748.3352.94
Hex60C14D3203C186e3035
Octal14030111562074301566065
Binary11000001100000110011011100100111100110001101110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,193,77); }

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

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

 a { background-color: rgb(96,193,77); }

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

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

 span { border-color: rgb(96,193,77); }

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