#52F281

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

Shades of Emerald #52F281

Tints of Emerald #52F281

Color information

#52F281 (or 0x52F281) is unknown color: approx Emerald. HEX triplet: 52, F2 and 81. RGB value is (82,242,129). Sum of RGB (Red+Green+Blue) = 82+242+129=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #52F281 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F281 is #AD0D7E. Grayscale: #B5B5B5. Windows color (decimal): -11341183 or 8516178. OLE color: 8516178.

HSL color Cylindrical-coordinate representation of color #52F281: hue angle of 137.62º degrees, saturation: 0.86, 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 #52F281 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB82242129-
CMYK0.6600.470.05
HSL137.62º86.02%63.53%-
HSV(B)137.62º66.12%94.9%-
XYZ39.1966.8831.61-
YUV181.2898.4957.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.10%
GREEN value IS 242 (94.92% from 255) = 53.42%
BLUE value IS 129 (50.78% from 255) = 28.48%
R=18.10%
G=53.42%
B=28.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822421290.6600.470.05137.6286.0263.53
Hex52F2814202F58a5640
Octal1223622011020575212126100
Binary10100101111001010000001100001001011111011000101010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,242,129); }

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

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

 a { background-color: rgb(82,242,129); }

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

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

 span { border-color: rgb(82,242,129); }

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