Html Css Color HEX #52F088 Emerald

📋 copy color: '#52F088'

red 82 ◦ green 240 ◦ blue 136

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

Shades of Emerald #52F088

Tints of Emerald #52F088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.69%

R = 17.9%
G = 52.4%
B = 29.69%

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

#52F088 (or 0x52F088) is known color: Emerald. HEX triplet: 52, F0 and 88. RGB value is (82,240,136). Sum of RGB (Red+Green+Blue) = 82+240+136=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #52F088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F088 is #AD0F77. Grayscale: #B5B5B5. Windows color (decimal): -11341688 or 8974418. OLE color: 8974418.

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

Color convert

RGB 82 240 136 -
CMYK 0.66 0 0.43 0.06
HSL 140.51º 0.84% 0.63% -
HSV(B) 140.51º 0.66% 0.94% -
XYZ 39.08 65.89 33.95 -
YUV 180.9 102.65 57.46 -
System Red Green Blue C M Y K H S L
Decimal 82 240 136 0.66 0 0.43 0.06 140.51 0.84 0.63
Hex 52 F0 88 42 0 2B 6 8D 54 3F
Octal 122 360 210 102 0 53 6 215 124 77
Binary 1010010 11110000 10001000 1000010 0 101011 110 10001101 1010100 111111

Color Harmonies of #52F088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F088

Black with #52F088

Text Example


Text Example

White with #52F088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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