#60DD8C

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

Shades of Emerald #60DD8C

Tints of Emerald #60DD8C

Color information

#60DD8C (or 0x60DD8C) is unknown color: approx Emerald. HEX triplet: 60, DD and 8C. RGB value is (96,221,140). Sum of RGB (Red+Green+Blue) = 96+221+140=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #60DD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DD8C is #9F2273. Grayscale: #AEAEAE. Windows color (decimal): -10429044 or 9231712. OLE color: 9231712.

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

Color convert

RGB96221140-
CMYK0.5700.370.13
HSL141.12º64.77%62.16%-
HSV(B)141.12º56.56%86.67%-
XYZ35.4156.0933.77-
YUV174.39108.5972.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.01%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=21.01%
G=48.36%
B=30.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962211400.5700.370.13141.1264.7762.16
Hex60DD8C39025D8d413e
Octal140335214710451521510176
Binary1100000110111011000110011100101001011101100011011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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