Html Css Color HEX #52F790 Emerald

📋 copy color: '#52F790'

red 82 ◦ green 247 ◦ blue 144

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

Shades of Emerald #52F790

Tints of Emerald #52F790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 17.34%
G = 52.22%
B = 30.44%

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

#52F790 (or 0x52F790) is known color: Emerald. HEX triplet: 52, F7 and 90. RGB value is (82,247,144). Sum of RGB (Red+Green+Blue) = 82+247+144=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #52F790 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F790 is #AD086F. Grayscale: #BABABA. Windows color (decimal): -11339888 or 9500498. OLE color: 9500498.

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

Color convert

RGB 82 247 144 -
CMYK 0.67 0 0.42 0.03
HSL 142.55º 0.91% 0.65% -
HSV(B) 142.55º 0.67% 0.97% -
XYZ 41.77 70.33 37.76 -
YUV 185.92 104.34 53.88 -
System Red Green Blue C M Y K H S L
Decimal 82 247 144 0.67 0 0.42 0.03 142.55 0.91 0.65
Hex 52 F7 90 43 0 2A 3 8F 5B 41
Octal 122 367 220 103 0 52 3 217 133 101
Binary 1010010 11110111 10010000 1000011 0 101010 11 10001111 1011011 1000001

Color Harmonies of #52F790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F790

Black with #52F790

Text Example


Text Example

White with #52F790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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