#60DD45

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

Shades of Apple #60DD45

Tints of Apple #60DD45

Color information

#60DD45 (or 0x60DD45) is unknown color: approx Apple. HEX triplet: 60, DD and 45. RGB value is (96,221,69). Sum of RGB (Red+Green+Blue) = 96+221+69=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #60DD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DD45 is #9F22BA. Grayscale: #A6A6A6. Windows color (decimal): -10429115 or 4578656. OLE color: 4578656.

HSL color Cylindrical-coordinate representation of color #60DD45: hue angle of 109.34º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60DD45 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB9622169-
CMYK0.5700.690.13
HSL109.34º69.09%56.86%-
HSV(B)109.34º68.78%86.67%-
XYZ31.7554.6314.5-
YUV166.373.0977.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 221 (86.72% from 255) = 57.25%
BLUE value IS 69 (27.34% from 255) = 17.88%
R=24.87%
G=57.25%
B=17.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96221690.5700.690.13109.3469.0956.86
Hex60DD4539045D6d4539
Octal1403351057101051515510571
Binary110000011011101100010111100101000101110111011011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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