#52EB7B

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

Shades of Emerald #52EB7B

Tints of Emerald #52EB7B

Color information

#52EB7B (or 0x52EB7B) is unknown color: approx Emerald. HEX triplet: 52, EB and 7B. RGB value is (82,235,123). Sum of RGB (Red+Green+Blue) = 82+235+123=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 235 (92.19% from 255 or 53.41% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 235 - color contains mainly: green. Hex color #52EB7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EB7B is #AD1484. Grayscale: #B0B0B0. Windows color (decimal): -11342981 or 8121170. OLE color: 8121170.

HSL color Cylindrical-coordinate representation of color #52EB7B: hue angle of 136.08º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EB7B is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB82235123-
CMYK0.6500.480.08
HSL136.08º79.27%62.16%-
HSV(B)136.08º65.11%92.16%-
XYZ36.7662.6428.89-
YUV176.4897.8160.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.64%
GREEN value IS 235 (92.19% from 255) = 53.41%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=18.64%
G=53.41%
B=27.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal822351230.6500.480.08136.0879.2762.16
Hex52EB7B410308884f3e
Octal1223531731010601021011776
Binary1010010111010111111011100000101100001000100010001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,235,123); }

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

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

 a { background-color: rgb(82,235,123); }

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

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

 span { border-color: rgb(82,235,123); }

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