Html Css Color HEX #52F794 Emerald

📋 copy color: '#52F794'

red 82 ◦ green 247 ◦ blue 148

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

Shades of Emerald #52F794

Tints of Emerald #52F794

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.78%

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 17.19%
G = 51.78%
B = 31.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#52F794 (or 0x52F794) is known color: Emerald. HEX triplet: 52, F7 and 94. RGB value is (82,247,148). Sum of RGB (Red+Green+Blue) = 82+247+148=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #52F794 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F794 is #AD086B. Grayscale: #BABABA. Windows color (decimal): -11339884 or 9762642. OLE color: 9762642.

HSL color Cylindrical-coordinate representation of color #52F794: hue angle of 144º degrees, saturation: 0.91, 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 #52F794 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 247 148 -
CMYK 0.67 0 0.40 0.03
HSL 144º 0.91% 0.65% -
HSV(B) 144º 0.67% 0.97% -
XYZ 42.09 70.45 39.4 -
YUV 186.38 106.34 53.55 -
System Red Green Blue C M Y K H S L
Decimal 82 247 148 0.67 0 0.40 0.03 144 0.91 0.65
Hex 52 F7 94 43 0 28 3 90 5B 41
Octal 122 367 224 103 0 50 3 220 133 101
Binary 1010010 11110111 10010100 1000011 0 101000 11 10010000 1011011 1000001

Color Harmonies of #52F794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F794

Black with #52F794

Text Example


Text Example

White with #52F794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,247,148); }

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

background-color css

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

 a { background-color: rgb(82,247,148); }

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

border-color css

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

 span { border-color: rgb(82,247,148); }

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