#53CF6D

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

Shades of Emerald #53CF6D

Tints of Emerald #53CF6D

Color information

#53CF6D (or 0x53CF6D) is unknown color: approx Emerald. HEX triplet: 53, CF and 6D. RGB value is (83,207,109). Sum of RGB (Red+Green+Blue) = 83+207+109=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CF6D is #AC3092. Grayscale: #9F9F9F. Windows color (decimal): -11284627 or 7196499. OLE color: 7196499.

HSL color Cylindrical-coordinate representation of color #53CF6D: hue angle of 132.58º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CF6D is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB83207109-
CMYK0.6000.470.19
HSL132.58º56.36%56.86%-
HSV(B)132.58º59.9%81.18%-
XYZ28.6447.5722.14-
YUV158.7599.9273.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.80%
GREEN value IS 207 (81.25% from 255) = 51.88%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=20.80%
G=51.88%
B=27.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal832071090.6000.470.19132.5856.3656.86
Hex53CF6D3C02F13853839
Octal12331715574057232057071
Binary101001111001111110110111110001011111001110000101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,207,109); }

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

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

 a { background-color: rgb(83,207,109); }

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

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

 span { border-color: rgb(83,207,109); }

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