#60D045

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

Shades of Apple #60D045

Tints of Apple #60D045

Color information

#60D045 (or 0x60D045) is unknown color: approx Apple. HEX triplet: 60, D0 and 45. RGB value is (96,208,69). Sum of RGB (Red+Green+Blue) = 96+208+69=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #60D045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D045 is #9F2FBA. Grayscale: #9F9F9F. Windows color (decimal): -10432443 or 4575328. OLE color: 4575328.

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

Color convert

RGB9620869-
CMYK0.5400.670.18
HSL108.35º59.66%54.31%-
HSV(B)108.35º66.83%81.57%-
XYZ28.4548.0313.4-
YUV158.6777.3983.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 208 (81.64% from 255) = 55.76%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=25.74%
G=55.76%
B=18.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96208690.5400.670.18108.3559.6654.31
Hex60D04536043126c3c36
Octal140320105660103221547466
Binary110000011010000100010111011001000011100101101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,208,69); }

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

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

 a { background-color: rgb(96,208,69); }

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

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

 span { border-color: rgb(96,208,69); }

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