#52C278

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

Shades of Emerald #52C278

Tints of Emerald #52C278

Color information

#52C278 (or 0x52C278) is unknown color: approx Emerald. HEX triplet: 52, C2 and 78. RGB value is (82,194,120). Sum of RGB (Red+Green+Blue) = 82+194+120=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #52C278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C278 is #AD3D87. Grayscale: #989898. Windows color (decimal): -11353480 or 7914066. OLE color: 7914066.

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

Color convert

RGB82194120-
CMYK0.5800.380.24
HSL140.36º47.86%54.12%-
HSV(B)140.36º57.73%76.08%-
XYZ26.1641.7324.45-
YUV152.08109.8978.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 194 (76.17% from 255) = 48.99%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=20.71%
G=48.99%
B=30.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821941200.5800.380.24140.3647.8654.12
Hex52C2783A026188c3036
Octal12230217072046302146066
Binary101001011000010111100011101001001101100010001100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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