#60CD81

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

Shades of Emerald #60CD81

Tints of Emerald #60CD81

Color information

#60CD81 (or 0x60CD81) is unknown color: approx Emerald. HEX triplet: 60, CD and 81. RGB value is (96,205,129). Sum of RGB (Red+Green+Blue) = 96+205+129=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #60CD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CD81 is #9F327E. Grayscale: #A3A3A3. Windows color (decimal): -10433151 or 8506720. OLE color: 8506720.

HSL color Cylindrical-coordinate representation of color #60CD81: hue angle of 138.17º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CD81 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB96205129-
CMYK0.5300.370.20
HSL138.17º52.15%59.02%-
HSV(B)138.17º53.17%80.39%-
XYZ30.6247.7328.37-
YUV163.74108.3979.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.33%
GREEN value IS 205 (80.47% from 255) = 47.67%
BLUE value IS 129 (50.78% from 255) = 30%
R=22.33%
G=47.67%
B=30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal962051290.5300.370.20138.1752.1559.02
Hex60CD8135025148a343b
Octal14031520165045242126473
Binary1100000110011011000000111010101001011010010001010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,205,129); }

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

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

 a { background-color: rgb(96,205,129); }

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

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

 span { border-color: rgb(96,205,129); }

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