#52E785

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

Shades of Emerald #52E785

Tints of Emerald #52E785

Color information

#52E785 (or 0x52E785) is unknown color: approx Emerald. HEX triplet: 52, E7 and 85. RGB value is (82,231,133). Sum of RGB (Red+Green+Blue) = 82+231+133=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #52E785 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E785 is #AD187A. Grayscale: #AFAFAF. Windows color (decimal): -11343995 or 8775506. OLE color: 8775506.

HSL color Cylindrical-coordinate representation of color #52E785: hue angle of 140.54º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E785 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB82231133-
CMYK0.6500.420.09
HSL140.54º75.63%61.37%-
HSV(B)140.54º64.5%90.59%-
XYZ36.2960.6431.98-
YUV175.28104.1461.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.39%
GREEN value IS 231 (90.62% from 255) = 51.79%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=18.39%
G=51.79%
B=29.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal822311330.6500.420.09140.5475.6361.37
Hex52E7854102A98d4c3d
Octal1223472051010521121511475
Binary10100101110011110000101100000101010101001100011011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,231,133); }

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

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

 a { background-color: rgb(82,231,133); }

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

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

 span { border-color: rgb(82,231,133); }

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