Html Css Color HEX #52F992 Emerald

📋 copy color: '#52F992'

red 82 ◦ green 249 ◦ blue 146

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

Shades of Emerald #52F992

Tints of Emerald #52F992

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.2%

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

R = 17.19%
G = 52.2%
B = 30.61%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#52F992 (or 0x52F992) is known color: Emerald. HEX triplet: 52, F9 and 92. RGB value is (82,249,146). Sum of RGB (Red+Green+Blue) = 82+249+146=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #52F992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F992 is #AD066D. Grayscale: #BBBBBB. Windows color (decimal): -11339374 or 9632082. OLE color: 9632082.

HSL color Cylindrical-coordinate representation of color #52F992: hue angle of 142.99º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F992 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 249 146 -
CMYK 0.67 0 0.41 0.02
HSL 142.99º 0.93% 0.65% -
HSV(B) 142.99º 0.67% 0.98% -
XYZ 42.54 71.62 38.78 -
YUV 187.33 104.67 52.88 -
System Red Green Blue C M Y K H S L
Decimal 82 249 146 0.67 0 0.41 0.02 142.99 0.93 0.65
Hex 52 F9 92 43 0 29 2 8F 5D 41
Octal 122 371 222 103 0 51 2 217 135 101
Binary 1010010 11111001 10010010 1000011 0 101001 10 10001111 1011101 1000001

Color Harmonies of #52F992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F992

Black with #52F992

Text Example


Text Example

White with #52F992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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