Html Css Color HEX #52F78F Emerald

📋 copy color: '#52F78F'

red 82 ◦ green 247 ◦ blue 143

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

Shades of Emerald #52F78F

Tints of Emerald #52F78F

RGB

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

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

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

R = 17.37%
G = 52.33%
B = 30.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#52F78F (or 0x52F78F) is known color: Emerald. HEX triplet: 52, F7 and 8F. RGB value is (82,247,143). Sum of RGB (Red+Green+Blue) = 82+247+143=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #52F78F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F78F is #AD0870. Grayscale: #BABABA. Windows color (decimal): -11339889 or 9434962. OLE color: 9434962.

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

Color convert

RGB 82 247 143 -
CMYK 0.67 0 0.42 0.03
HSL 142.18º 0.91% 0.65% -
HSV(B) 142.18º 0.67% 0.97% -
XYZ 41.7 70.3 37.36 -
YUV 185.81 103.84 53.96 -
System Red Green Blue C M Y K H S L
Decimal 82 247 143 0.67 0 0.42 0.03 142.18 0.91 0.65
Hex 52 F7 8F 43 0 2A 3 8E 5B 41
Octal 122 367 217 103 0 52 3 216 133 101
Binary 1010010 11110111 10001111 1000011 0 101010 11 10001110 1011011 1000001

Color Harmonies of #52F78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F78F

Black with #52F78F

Text Example


Text Example

White with #52F78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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