#53F093

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

Shades of Emerald #53F093

Tints of Emerald #53F093

Color information

#53F093 (or 0x53F093) is unknown color: approx Emerald. HEX triplet: 53, F0 and 93. RGB value is (83,240,147). Sum of RGB (Red+Green+Blue) = 83+240+147=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #53F093 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F093 is #AC0F6C. Grayscale: #B6B6B6. Windows color (decimal): -11276141 or 9695315. OLE color: 9695315.

HSL color Cylindrical-coordinate representation of color #53F093: hue angle of 144.46º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53F093 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB83240147-
CMYK0.6500.390.06
HSL144.46º83.96%63.33%-
HSV(B)144.46º65.42%94.12%-
XYZ39.9966.2738.29-
YUV182.46107.9957.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.66%
GREEN value IS 240 (94.14% from 255) = 51.06%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=17.66%
G=51.06%
B=31.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal832401470.6500.390.06144.4683.9663.33
Hex53F09341027690543f
Octal123360223101047622012477
Binary1010011111100001001001110000010100111110100100001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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