#53C770

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

Shades of Emerald #53C770

Tints of Emerald #53C770

Color information

#53C770 (or 0x53C770) is unknown color: approx Emerald. HEX triplet: 53, C7 and 70. RGB value is (83,199,112). Sum of RGB (Red+Green+Blue) = 83+199+112=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #53C770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C770 is #AC388F. Grayscale: #9A9A9A. Windows color (decimal): -11286672 or 7391059. OLE color: 7391059.

HSL color Cylindrical-coordinate representation of color #53C770: hue angle of 135º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C770 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB83199112-
CMYK0.5800.440.22
HSL135º50.88%55.29%-
HSV(B)135º58.29%78.04%-
XYZ26.9243.8622.38-
YUV154.4104.0777.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 199 (78.12% from 255) = 50.51%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=21.07%
G=50.51%
B=28.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831991120.5800.440.2213550.8855.29
Hex53C7703A02C16873337
Octal12330716072054262076367
Binary101001111000111111000011101001011001011010000111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,199,112); }

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

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

 a { background-color: rgb(83,199,112); }

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

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

 span { border-color: rgb(83,199,112); }

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