#60D141

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

Shades of Apple #60D141

Tints of Apple #60D141

Color information

#60D141 (or 0x60D141) is unknown color: approx Apple. HEX triplet: 60, D1 and 41. RGB value is (96,209,65). Sum of RGB (Red+Green+Blue) = 96+209+65=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 209 (82.03% from 255 or 56.49% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 209 - color contains mainly: green. Hex color #60D141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D141 is #9F2EBE. Grayscale: #9F9F9F. Windows color (decimal): -10432191 or 4313440. OLE color: 4313440.

HSL color Cylindrical-coordinate representation of color #60D141: hue angle of 107.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60D141 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB9620965-
CMYK0.5400.690.18
HSL107.08º61.02%53.73%-
HSV(B)107.08º68.9%81.96%-
XYZ28.5848.4712.85-
YUV158.875.0683.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 209 (82.03% from 255) = 56.49%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=25.95%
G=56.49%
B=17.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96209650.5400.690.18107.0861.0253.73
Hex60D14136045126b3d36
Octal140321101660105221537566
Binary110000011010001100000111011001000101100101101011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,209,65); }

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

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

 a { background-color: rgb(96,209,65); }

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

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

 span { border-color: rgb(96,209,65); }

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