#53CD6F

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

Shades of Emerald #53CD6F

Tints of Emerald #53CD6F

Color information

#53CD6F (or 0x53CD6F) is unknown color: approx Emerald. HEX triplet: 53, CD and 6F. RGB value is (83,205,111). Sum of RGB (Red+Green+Blue) = 83+205+111=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #53CD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CD6F is #AC3290. Grayscale: #9E9E9E. Windows color (decimal): -11285137 or 7327059. OLE color: 7327059.

HSL color Cylindrical-coordinate representation of color #53CD6F: hue angle of 133.77º 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 #53CD6F is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB83205111-
CMYK0.6000.460.20
HSL133.77º54.95%56.47%-
HSV(B)133.77º59.51%80.39%-
XYZ28.2746.6522.55-
YUV157.81101.5874.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.80%
GREEN value IS 205 (80.47% from 255) = 51.38%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=20.80%
G=51.38%
B=27.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832051110.6000.460.20133.7754.9556.47
Hex53CD6F3C02E14863738
Octal12331515774056242066770
Binary101001111001101110111111110001011101010010000110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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