#52F38E

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

Shades of Emerald #52F38E

Tints of Emerald #52F38E

Color information

#52F38E (or 0x52F38E) is unknown color: approx Emerald. HEX triplet: 52, F3 and 8E. RGB value is (82,243,142). Sum of RGB (Red+Green+Blue) = 82+243+142=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #52F38E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F38E is #AD0C71. Grayscale: #B7B7B7. Windows color (decimal): -11340914 or 9368402. OLE color: 9368402.

HSL color Cylindrical-coordinate representation of color #52F38E: hue angle of 142.36º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F38E is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB82243142-
CMYK0.6600.420.05
HSL142.36º87.03%63.73%-
HSV(B)142.36º66.26%95.29%-
XYZ40.4167.8536.56-
YUV183.35104.6655.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.56%
GREEN value IS 243 (95.31% from 255) = 52.03%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=17.56%
G=52.03%
B=30.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822431420.6600.420.05142.3687.0363.73
Hex52F38E4202A58e5740
Octal1223632161020525216127100
Binary10100101111001110001110100001001010101011000111010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,243,142); }

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

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

 a { background-color: rgb(82,243,142); }

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

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

 span { border-color: rgb(82,243,142); }

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