Html Css Color HEX #52E987 Emerald

📋 copy color: '#52E987'

red 82 ◦ green 233 ◦ blue 135

#52E987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #52E987

Tints of Emerald #52E987

RGB

 RED value IS 82 (32.42% from 255) = 18.22%

 GREEN value IS 233 (91.41% from 255) = 51.78%

 BLUE value IS 135 (53.13% from 255) = 30%

R = 18.22%
G = 51.78%
B = 30%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#52E987 (or 0x52E987) is known color: Emerald. HEX triplet: 52, E9 and 87. RGB value is (82,233,135). Sum of RGB (Red+Green+Blue) = 82+233+135=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #52E987 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E987 is #AD1678. Grayscale: #B0B0B0. Windows color (decimal): -11343481 or 8907090. OLE color: 8907090.

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

Color convert

RGB 82 233 135 -
CMYK 0.65 0 0.42 0.09
HSL 141.06º 0.77% 0.62% -
HSV(B) 141.06º 0.65% 0.91% -
XYZ 36.99 61.82 32.9 -
YUV 176.68 104.47 60.47 -
System Red Green Blue C M Y K H S L
Decimal 82 233 135 0.65 0 0.42 0.09 141.06 0.77 0.62
Hex 52 E9 87 41 0 2A 9 8D 4D 3E
Octal 122 351 207 101 0 52 11 215 115 76
Binary 1010010 11101001 10000111 1000001 0 101010 1001 10001101 1001101 111110

Color Harmonies of #52E987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E987

Black with #52E987

Text Example


Text Example

White with #52E987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,233,135); }

 H1.HeaderClassName
 {
   color: #52E987;
 }
 .AnyTagClassName
 {
   color: #52E987;
 }
</style>

background-color css

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

 a { background-color: rgb(82,233,135); }

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

border-color css

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

 span { border-color: rgb(82,233,135); }

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