Html Css Color HEX #52E87F Emerald

📋 copy color: '#52E87F'

red 82 ◦ green 232 ◦ blue 127

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

Shades of Emerald #52E87F

Tints of Emerald #52E87F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.61%

 BLUE value IS 127 (50% from 255) = 28.8%

R = 18.59%
G = 52.61%
B = 28.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#52E87F (or 0x52E87F) is known color: Emerald. HEX triplet: 52, E8 and 7F. RGB value is (82,232,127). Sum of RGB (Red+Green+Blue) = 82+232+127=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #52E87F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E87F is #AD1780. Grayscale: #AFAFAF. Windows color (decimal): -11343745 or 8382546. OLE color: 8382546.

HSL color Cylindrical-coordinate representation of color #52E87F: hue angle of 138º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E87F is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 232 127 -
CMYK 0.65 0 0.45 0.09
HSL 138º 0.77% 0.62% -
HSV(B) 138º 0.65% 0.91% -
XYZ 36.17 61.04 29.95 -
YUV 175.18 100.81 61.54 -
System Red Green Blue C M Y K H S L
Decimal 82 232 127 0.65 0 0.45 0.09 138 0.77 0.62
Hex 52 E8 7F 41 0 2D 9 8A 4D 3E
Octal 122 350 177 101 0 55 11 212 115 76
Binary 1010010 11101000 1111111 1000001 0 101101 1001 10001010 1001101 111110

Color Harmonies of #52E87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E87F

Black with #52E87F

Text Example


Text Example

White with #52E87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,232,127); }

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

background-color css

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

 a { background-color: rgb(82,232,127); }

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

border-color css

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

 span { border-color: rgb(82,232,127); }

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