#60CC72

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

Shades of Emerald #60CC72

Tints of Emerald #60CC72

Color information

#60CC72 (or 0x60CC72) is unknown color: approx Emerald. HEX triplet: 60, CC and 72. RGB value is (96,204,114). Sum of RGB (Red+Green+Blue) = 96+204+114=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CC72 is #9F338D. Grayscale: #A1A1A1. Windows color (decimal): -10433422 or 7523424. OLE color: 7523424.

HSL color Cylindrical-coordinate representation of color #60CC72: hue angle of 130º degrees, saturation: 0.51, 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 #60CC72 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB96204114-
CMYK0.5300.440.2
HSL130º51.43%58.82%-
HSV(B)130º52.94%80%-
XYZ29.4546.8923.42-
YUV161.45101.2281.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 204 (80.08% from 255) = 49.28%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=23.19%
G=49.28%
B=27.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal962041140.5300.440.213051.4358.82
Hex60CC723502C1482333b
Octal14031416265054242026373
Binary110000011001100111001011010101011001010010000010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,204,114); }

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

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

 a { background-color: rgb(96,204,114); }

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

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

 span { border-color: rgb(96,204,114); }

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