Html Css Color HEX #52E773 Emerald

📋 copy color: '#52E773'

red 82 ◦ green 231 ◦ blue 115

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

Shades of Emerald #52E773

Tints of Emerald #52E773

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.97%

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 19.16%
G = 53.97%
B = 26.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#52E773 (or 0x52E773) is known color: Emerald. HEX triplet: 52, E7 and 73. RGB value is (82,231,115). Sum of RGB (Red+Green+Blue) = 82+231+115=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 231 (90.62% from 255 or 53.97% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 231 - color contains mainly: green. Hex color #52E773 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E773 is #AD188C. Grayscale: #ADADAD. Windows color (decimal): -11344013 or 7595858. OLE color: 7595858.

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

Color convert

RGB 82 231 115 -
CMYK 0.65 0 0.50 0.09
HSL 133.29º 0.76% 0.61% -
HSV(B) 133.29º 0.65% 0.91% -
XYZ 35.15 60.18 25.98 -
YUV 173.23 95.14 62.93 -
System Red Green Blue C M Y K H S L
Decimal 82 231 115 0.65 0 0.50 0.09 133.29 0.76 0.61
Hex 52 E7 73 41 0 32 9 85 4C 3D
Octal 122 347 163 101 0 62 11 205 114 75
Binary 1010010 11100111 1110011 1000001 0 110010 1001 10000101 1001100 111101

Color Harmonies of #52E773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E773

Black with #52E773

Text Example


Text Example

White with #52E773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,231,115); }

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

background-color css

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

 a { background-color: rgb(82,231,115); }

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

border-color css

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

 span { border-color: rgb(82,231,115); }

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