#53CA83

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

Shades of Emerald #53CA83

Tints of Emerald #53CA83

Color information

#53CA83 (or 0x53CA83) is unknown color: approx Emerald. HEX triplet: 53, CA and 83. RGB value is (83,202,131). Sum of RGB (Red+Green+Blue) = 83+202+131=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA83 is #AC357C. Grayscale: #9E9E9E. Windows color (decimal): -11285885 or 8637011. OLE color: 8637011.

HSL color Cylindrical-coordinate representation of color #53CA83: hue angle of 144.2º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CA83 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB83202131-
CMYK0.5900.350.21
HSL144.2º52.89%55.88%-
HSV(B)144.2º58.91%79.22%-
XYZ28.7845.7228.78-
YUV158.32112.5874.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.95%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 131 (51.56% from 255) = 31.49%
R=19.95%
G=48.56%
B=31.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal832021310.5900.350.21144.252.8955.88
Hex53CA833B02315903538
Octal12331220373043252206570
Binary1010011110010101000001111101101000111010110010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,202,131); }

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

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

 a { background-color: rgb(83,202,131); }

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

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

 span { border-color: rgb(83,202,131); }

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