#60D685

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

Shades of Emerald #60D685

Tints of Emerald #60D685

Color information

#60D685 (or 0x60D685) is unknown color: approx Emerald. HEX triplet: 60, D6 and 85. RGB value is (96,214,133). Sum of RGB (Red+Green+Blue) = 96+214+133=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #60D685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D685 is #9F297A. Grayscale: #A9A9A9. Windows color (decimal): -10430843 or 8771168. OLE color: 8771168.

HSL color Cylindrical-coordinate representation of color #60D685: hue angle of 138.81º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D685 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB96214133-
CMYK0.5500.380.16
HSL138.81º59%60.78%-
HSV(B)138.81º55.14%83.92%-
XYZ33.152.2730.54-
YUV169.48107.4175.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.67%
GREEN value IS 214 (83.98% from 255) = 48.31%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=21.67%
G=48.31%
B=30.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962141330.5500.380.16138.815960.78
Hex60D68537026108b3b3d
Octal14032620567046202137375
Binary1100000110101101000010111011101001101000010001011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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