#53CD75

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

Shades of Emerald #53CD75

Tints of Emerald #53CD75

Color information

#53CD75 (or 0x53CD75) is unknown color: approx Emerald. HEX triplet: 53, CD and 75. RGB value is (83,205,117). Sum of RGB (Red+Green+Blue) = 83+205+117=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #53CD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CD75 is #AC328A. Grayscale: #9E9E9E. Windows color (decimal): -11285131 or 7720275. OLE color: 7720275.

HSL color Cylindrical-coordinate representation of color #53CD75: hue angle of 136.72º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CD75 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB83205117-
CMYK0.6000.430.20
HSL136.72º54.95%56.47%-
HSV(B)136.72º59.51%80.39%-
XYZ28.6146.7924.35-
YUV158.49104.5874.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.49%
GREEN value IS 205 (80.47% from 255) = 50.62%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=20.49%
G=50.62%
B=28.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832051170.6000.430.20136.7254.9556.47
Hex53CD753C02B14893738
Octal12331516574053242116770
Binary101001111001101111010111110001010111010010001001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53CD75; }

 p { color: rgb(83,205,117); }

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

<style>
 a { background-color: #53CD75; }

 a { background-color: rgb(83,205,117); }

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

<style>
 span { border-color: #53CD75; }

 span { border-color: rgb(83,205,117); }

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