#60CA75

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

Shades of Emerald #60CA75

Tints of Emerald #60CA75

Color information

#60CA75 (or 0x60CA75) is unknown color: approx Emerald. HEX triplet: 60, CA and 75. RGB value is (96,202,117). Sum of RGB (Red+Green+Blue) = 96+202+117=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA75 is #9F358A. Grayscale: #A0A0A0. Windows color (decimal): -10433931 or 7719520. OLE color: 7719520.

HSL color Cylindrical-coordinate representation of color #60CA75: hue angle of 131.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CA75 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB96202117-
CMYK0.5200.420.21
HSL131.89º50%58.43%-
HSV(B)131.89º52.48%79.22%-
XYZ29.1646.0124.17-
YUV160.62103.3881.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.13%
GREEN value IS 202 (79.30% from 255) = 48.67%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=23.13%
G=48.67%
B=28.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal962021170.5200.420.21131.895058.43
Hex60CA753402A1584323a
Octal14031216564052252046272
Binary110000011001010111010111010001010101010110000100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,202,117); }

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

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

 a { background-color: rgb(96,202,117); }

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

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

 span { border-color: rgb(96,202,117); }

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