#52F88F

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

Shades of Emerald #52F88F

Tints of Emerald #52F88F

Color information

#52F88F (or 0x52F88F) is unknown color: approx Emerald. HEX triplet: 52, F8 and 8F. RGB value is (82,248,143). Sum of RGB (Red+Green+Blue) = 82+248+143=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 248 (97.27% from 255 or 52.43% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 248 - color contains mainly: green. Hex color #52F88F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F88F is #AD0770. Grayscale: #BABABA. Windows color (decimal): -11339633 or 9435218. OLE color: 9435218.

HSL color Cylindrical-coordinate representation of color #52F88F: hue angle of 142.05º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F88F is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB82248143-
CMYK0.6700.420.03
HSL142.05º92.22%64.71%-
HSV(B)142.05º66.94%97.25%-
XYZ42.0170.9137.46-
YUV186.4103.553.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.34%
GREEN value IS 248 (97.27% from 255) = 52.43%
BLUE value IS 143 (56.25% from 255) = 30.23%
R=17.34%
G=52.43%
B=30.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822481430.6700.420.03142.0592.2264.71
Hex52F88F4302A38e5c41
Octal1223702171030523216134101
Binary1010010111110001000111110000110101010111000111010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,248,143); }

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

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

 a { background-color: rgb(82,248,143); }

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

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

 span { border-color: rgb(82,248,143); }

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