Html Css Color HEX #52F08A Emerald

📋 copy color: '#52F08A'

red 82 ◦ green 240 ◦ blue 138

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

Shades of Emerald #52F08A

Tints of Emerald #52F08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30%

R = 17.83%
G = 52.17%
B = 30%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#52F08A (or 0x52F08A) is known color: Emerald. HEX triplet: 52, F0 and 8A. RGB value is (82,240,138). Sum of RGB (Red+Green+Blue) = 82+240+138=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #52F08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F08A is #AD0F75. Grayscale: #B5B5B5. Windows color (decimal): -11341686 or 9105490. OLE color: 9105490.

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

Color convert

RGB 82 240 138 -
CMYK 0.66 0 0.42 0.06
HSL 141.27º 0.84% 0.63% -
HSV(B) 141.27º 0.66% 0.94% -
XYZ 39.23 65.95 34.71 -
YUV 181.13 103.65 57.29 -
System Red Green Blue C M Y K H S L
Decimal 82 240 138 0.66 0 0.42 0.06 141.27 0.84 0.63
Hex 52 F0 8A 42 0 2A 6 8D 54 3F
Octal 122 360 212 102 0 52 6 215 124 77
Binary 1010010 11110000 10001010 1000010 0 101010 110 10001101 1010100 111111

Color Harmonies of #52F08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F08A

Black with #52F08A

Text Example


Text Example

White with #52F08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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