#60E385

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

Shades of Emerald #60E385

Tints of Emerald #60E385

Color information

#60E385 (or 0x60E385) is unknown color: approx Emerald. HEX triplet: 60, E3 and 85. RGB value is (96,227,133). Sum of RGB (Red+Green+Blue) = 96+227+133=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #60E385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E385 is #9F1C7A. Grayscale: #B1B1B1. Windows color (decimal): -10427515 or 8774496. OLE color: 8774496.

HSL color Cylindrical-coordinate representation of color #60E385: hue angle of 136.95º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E385 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB96227133-
CMYK0.5800.410.11
HSL136.95º70.05%63.33%-
HSV(B)136.95º57.71%89.02%-
XYZ36.5359.1231.68-
YUV177.12103.170.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.05%
GREEN value IS 227 (89.06% from 255) = 49.78%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=21.05%
G=49.78%
B=29.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal962271330.5800.410.11136.9570.0563.33
Hex60E3853A029B89463f
Octal140343205720511321110677
Binary1100000111000111000010111101001010011011100010011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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