#53FA93

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

Shades of Emerald #53FA93

Tints of Emerald #53FA93

Color information

#53FA93 (or 0x53FA93) is unknown color: approx Emerald. HEX triplet: 53, FA and 93. RGB value is (83,250,147). Sum of RGB (Red+Green+Blue) = 83+250+147=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #53FA93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FA93 is #AC056C. Grayscale: #BCBCBC. Windows color (decimal): -11273581 or 9697875. OLE color: 9697875.

HSL color Cylindrical-coordinate representation of color #53FA93: hue angle of 142.99º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FA93 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB83250147-
CMYK0.6700.410.02
HSL142.99º94.35%65.29%-
HSV(B)142.99º66.8%98.04%-
XYZ43.0272.3239.29-
YUV188.32104.6752.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.29%
GREEN value IS 250 (98.05% from 255) = 52.08%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=17.29%
G=52.08%
B=30.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832501470.6700.410.02142.9994.3565.29
Hex53FA934302928f5e41
Octal1233722231030512217136101
Binary1010011111110101001001110000110101001101000111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,250,147); }

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

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

 a { background-color: rgb(83,250,147); }

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

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

 span { border-color: rgb(83,250,147); }

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