Html Css Color HEX #52E877 Emerald

📋 copy color: '#52E877'

red 82 ◦ green 232 ◦ blue 119

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

Shades of Emerald #52E877

Tints of Emerald #52E877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 18.94%
G = 53.58%
B = 27.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#52E877 (or 0x52E877) is known color: Emerald. HEX triplet: 52, E8 and 77. RGB value is (82,232,119). Sum of RGB (Red+Green+Blue) = 82+232+119=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 232 (91.02% from 255 or 53.58% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 232 - color contains mainly: green. Hex color #52E877 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E877 is #AD1788. Grayscale: #AEAEAE. Windows color (decimal): -11343753 or 7858258. OLE color: 7858258.

HSL color Cylindrical-coordinate representation of color #52E877: hue angle of 134.8º 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 #52E877 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 232 119 -
CMYK 0.65 0 0.49 0.09
HSL 134.8º 0.77% 0.62% -
HSV(B) 134.8º 0.65% 0.91% -
XYZ 35.67 60.84 27.32 -
YUV 174.27 96.81 62.19 -
System Red Green Blue C M Y K H S L
Decimal 82 232 119 0.65 0 0.49 0.09 134.8 0.77 0.62
Hex 52 E8 77 41 0 31 9 87 4D 3E
Octal 122 350 167 101 0 61 11 207 115 76
Binary 1010010 11101000 1110111 1000001 0 110001 1001 10000111 1001101 111110

Color Harmonies of #52E877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E877

Black with #52E877

Text Example


Text Example

White with #52E877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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