Html Css Color HEX #52E992 Emerald

📋 copy color: '#52E992'

red 82 ◦ green 233 ◦ blue 146

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

Shades of Emerald #52E992

Tints of Emerald #52E992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.67%

R = 17.79%
G = 50.54%
B = 31.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#52E992 (or 0x52E992) is known color: Emerald. HEX triplet: 52, E9 and 92. RGB value is (82,233,146). Sum of RGB (Red+Green+Blue) = 82+233+146=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #52E992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E992 is #AD166D. Grayscale: #B2B2B2. Windows color (decimal): -11343470 or 9627986. OLE color: 9627986.

HSL color Cylindrical-coordinate representation of color #52E992: hue angle of 145.43º 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 #52E992 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 233 146 -
CMYK 0.65 0 0.37 0.09
HSL 145.43º 0.77% 0.62% -
HSV(B) 145.43º 0.65% 0.91% -
XYZ 37.81 62.15 37.2 -
YUV 177.93 109.97 59.57 -
System Red Green Blue C M Y K H S L
Decimal 82 233 146 0.65 0 0.37 0.09 145.43 0.77 0.62
Hex 52 E9 92 41 0 25 9 91 4D 3E
Octal 122 351 222 101 0 45 11 221 115 76
Binary 1010010 11101001 10010010 1000001 0 100101 1001 10010001 1001101 111110

Color Harmonies of #52E992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E992

Black with #52E992

Text Example


Text Example

White with #52E992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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