#53C278

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

Shades of Emerald #53C278

Tints of Emerald #53C278

Color information

#53C278 (or 0x53C278) is unknown color: approx Emerald. HEX triplet: 53, C2 and 78. RGB value is (83,194,120). Sum of RGB (Red+Green+Blue) = 83+194+120=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #53C278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C278 is #AC3D87. Grayscale: #989898. Windows color (decimal): -11287944 or 7914067. OLE color: 7914067.

HSL color Cylindrical-coordinate representation of color #53C278: hue angle of 140º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C278 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB83194120-
CMYK0.5700.380.24
HSL140º47.64%54.31%-
HSV(B)140º57.22%76.08%-
XYZ26.2541.7824.45-
YUV152.38109.7378.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.91%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=20.91%
G=48.87%
B=30.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831941200.5700.380.2414047.6454.31
Hex53C27839026188c3036
Octal12330217071046302146066
Binary101001111000010111100011100101001101100010001100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,194,120); }

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

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

 a { background-color: rgb(83,194,120); }

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

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

 span { border-color: rgb(83,194,120); }

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