#60E585

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

Shades of Emerald #60E585

Tints of Emerald #60E585

Color information

#60E585 (or 0x60E585) is unknown color: approx Emerald. HEX triplet: 60, E5 and 85. RGB value is (96,229,133). Sum of RGB (Red+Green+Blue) = 96+229+133=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #60E585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E585 is #9F1A7A. Grayscale: #B2B2B2. Windows color (decimal): -10427003 or 8775008. OLE color: 8775008.

HSL color Cylindrical-coordinate representation of color #60E585: hue angle of 136.69º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E585 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB96229133-
CMYK0.5800.420.10
HSL136.69º71.89%63.73%-
HSV(B)136.69º58.08%89.8%-
XYZ37.0860.2231.86-
YUV178.29102.4469.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.96%
GREEN value IS 229 (89.84% from 255) = 50%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=20.96%
G=50%
B=29.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal962291330.5800.420.10136.6971.8963.73
Hex60E5853A02AA894840
Octal1403452057205212211110100
Binary11000001110010110000101111010010101010101000100110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,229,133); }

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

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

 a { background-color: rgb(96,229,133); }

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

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

 span { border-color: rgb(96,229,133); }

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