Html Css Color HEX #52F893 Emerald

📋 copy color: '#52F893'

red 82 ◦ green 248 ◦ blue 147

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

Shades of Emerald #52F893

Tints of Emerald #52F893

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.99%

 BLUE value IS 147 (57.81% from 255) = 30.82%

R = 17.19%
G = 51.99%
B = 30.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#52F893 (or 0x52F893) is known color: Emerald. HEX triplet: 52, F8 and 93. RGB value is (82,248,147). Sum of RGB (Red+Green+Blue) = 82+248+147=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #52F893 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F893 is #AD076C. Grayscale: #BBBBBB. Windows color (decimal): -11339629 or 9697362. OLE color: 9697362.

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

Color convert

RGB 82 248 147 -
CMYK 0.67 0 0.41 0.03
HSL 143.49º 0.92% 0.65% -
HSV(B) 143.49º 0.67% 0.97% -
XYZ 42.31 71.04 39.08 -
YUV 186.85 105.5 53.21 -
System Red Green Blue C M Y K H S L
Decimal 82 248 147 0.67 0 0.41 0.03 143.49 0.92 0.65
Hex 52 F8 93 43 0 29 3 8F 5C 41
Octal 122 370 223 103 0 51 3 217 134 101
Binary 1010010 11111000 10010011 1000011 0 101001 11 10001111 1011100 1000001

Color Harmonies of #52F893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F893

Black with #52F893

Text Example


Text Example

White with #52F893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,248,147); }

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

background-color css

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

 a { background-color: rgb(82,248,147); }

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

border-color css

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

 span { border-color: rgb(82,248,147); }

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