#53F180

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

Shades of Emerald #53F180

Tints of Emerald #53F180

Color information

#53F180 (or 0x53F180) is unknown color: approx Emerald. HEX triplet: 53, F1 and 80. RGB value is (83,241,128). Sum of RGB (Red+Green+Blue) = 83+241+128=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #53F180 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F180 is #AC0E7F. Grayscale: #B5B5B5. Windows color (decimal): -11275904 or 8450387. OLE color: 8450387.

HSL color Cylindrical-coordinate representation of color #53F180: hue angle of 137.09º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F180 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB83241128-
CMYK0.6600.470.05
HSL137.09º84.95%63.53%-
HSV(B)137.09º65.56%94.51%-
XYZ38.9266.3131.17-
YUV180.8898.1558.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.36%
GREEN value IS 241 (94.53% from 255) = 53.32%
BLUE value IS 128 (50.39% from 255) = 28.32%
R=18.36%
G=53.32%
B=28.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832411280.6600.470.05137.0984.9563.53
Hex53F1804202F5895540
Octal1233612001020575211125100
Binary10100111111000110000000100001001011111011000100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,241,128); }

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

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

 a { background-color: rgb(83,241,128); }

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

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

 span { border-color: rgb(83,241,128); }

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