#52C76F

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

Shades of Emerald #52C76F

Tints of Emerald #52C76F

Color information

#52C76F (or 0x52C76F) is unknown color: approx Emerald. HEX triplet: 52, C7 and 6F. RGB value is (82,199,111). Sum of RGB (Red+Green+Blue) = 82+199+111=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #52C76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C76F is #AD3890. Grayscale: #9A9A9A. Windows color (decimal): -11352209 or 7325522. OLE color: 7325522.

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

Color convert

RGB82199111-
CMYK0.5900.440.22
HSL134.87º51.09%55.1%-
HSV(B)134.87º58.79%78.04%-
XYZ26.7743.7922.08-
YUV153.98103.7476.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.92%
GREEN value IS 199 (78.12% from 255) = 50.77%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=20.92%
G=50.77%
B=28.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821991110.5900.440.22134.8751.0955.1
Hex52C76F3B02C16873337
Octal12230715773054262076367
Binary101001011000111110111111101101011001011010000111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,199,111); }

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

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

 a { background-color: rgb(82,199,111); }

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

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

 span { border-color: rgb(82,199,111); }

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