Html Css Color HEX #52F089 Emerald

📋 copy color: '#52F089'

red 82 ◦ green 240 ◦ blue 137

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

Shades of Emerald #52F089

Tints of Emerald #52F089

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.29%

 BLUE value IS 137 (53.91% from 255) = 29.85%

R = 17.86%
G = 52.29%
B = 29.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#52F089 (or 0x52F089) is known color: Emerald. HEX triplet: 52, F0 and 89. RGB value is (82,240,137). Sum of RGB (Red+Green+Blue) = 82+240+137=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #52F089 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F089 is #AD0F76. Grayscale: #B5B5B5. Windows color (decimal): -11341687 or 9039954. OLE color: 9039954.

HSL color Cylindrical-coordinate representation of color #52F089: hue angle of 140.89º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F089 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 137 -
CMYK 0.66 0 0.43 0.06
HSL 140.89º 0.84% 0.63% -
HSV(B) 140.89º 0.66% 0.94% -
XYZ 39.16 65.92 34.33 -
YUV 181.02 103.15 57.38 -
System Red Green Blue C M Y K H S L
Decimal 82 240 137 0.66 0 0.43 0.06 140.89 0.84 0.63
Hex 52 F0 89 42 0 2B 6 8D 54 3F
Octal 122 360 211 102 0 53 6 215 124 77
Binary 1010010 11110000 10001001 1000010 0 101011 110 10001101 1010100 111111

Color Harmonies of #52F089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F089

Black with #52F089

Text Example


Text Example

White with #52F089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,240,137); }

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

background-color css

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

 a { background-color: rgb(82,240,137); }

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

border-color css

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

 span { border-color: rgb(82,240,137); }

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