#60CC84

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

Shades of Emerald #60CC84

Tints of Emerald #60CC84

Color information

#60CC84 (or 0x60CC84) is unknown color: approx Emerald. HEX triplet: 60, CC and 84. RGB value is (96,204,132). Sum of RGB (Red+Green+Blue) = 96+204+132=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CC84 is #9F337B. Grayscale: #A3A3A3. Windows color (decimal): -10433404 or 8703072. OLE color: 8703072.

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

Color convert

RGB96204132-
CMYK0.5300.350.2
HSL140º51.43%58.82%-
HSV(B)140º52.94%80%-
XYZ30.5847.3429.36-
YUV163.5110.2279.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.22%
GREEN value IS 204 (80.08% from 255) = 47.22%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=22.22%
G=47.22%
B=30.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal962041320.5300.350.214051.4358.82
Hex60CC8435023148c333b
Octal14031420465043242146373
Binary1100000110011001000010011010101000111010010001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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