Html Css Color HEX #52FA8F Emerald

📋 copy color: '#52FA8F'

red 82 ◦ green 250 ◦ blue 143

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

Shades of Emerald #52FA8F

Tints of Emerald #52FA8F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.63%

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 17.26%
G = 52.63%
B = 30.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#52FA8F (or 0x52FA8F) is known color: Emerald. HEX triplet: 52, FA and 8F. RGB value is (82,250,143). Sum of RGB (Red+Green+Blue) = 82+250+143=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FA8F is #AD0570. Grayscale: #BBBBBB. Windows color (decimal): -11339121 or 9435730. OLE color: 9435730.

HSL color Cylindrical-coordinate representation of color #52FA8F: hue angle of 141.79º degrees, saturation: 0.94, 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 #52FA8F is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 250 143 -
CMYK 0.67 0 0.43 0.02
HSL 141.79º 0.94% 0.65% -
HSV(B) 141.79º 0.67% 0.98% -
XYZ 42.62 72.15 37.67 -
YUV 187.57 102.84 52.7 -
System Red Green Blue C M Y K H S L
Decimal 82 250 143 0.67 0 0.43 0.02 141.79 0.94 0.65
Hex 52 FA 8F 43 0 2B 2 8E 5E 41
Octal 122 372 217 103 0 53 2 216 136 101
Binary 1010010 11111010 10001111 1000011 0 101011 10 10001110 1011110 1000001

Color Harmonies of #52FA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FA8F

Black with #52FA8F

Text Example


Text Example

White with #52FA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,250,143); }

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

background-color css

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

 a { background-color: rgb(82,250,143); }

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

border-color css

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

 span { border-color: rgb(82,250,143); }

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