Html Css Color HEX #52E973 Emerald

📋 copy color: '#52E973'

red 82 ◦ green 233 ◦ blue 115

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

Shades of Emerald #52E973

Tints of Emerald #52E973

RGB

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

 GREEN value IS 233 (91.41% from 255) = 54.19%

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

R = 19.07%
G = 54.19%
B = 26.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#52E973 (or 0x52E973) is known color: Emerald. HEX triplet: 52, E9 and 73. RGB value is (82,233,115). Sum of RGB (Red+Green+Blue) = 82+233+115=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 233 (91.41% from 255 or 54.19% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 233 - color contains mainly: green. Hex color #52E973 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E973 is #AD168C. Grayscale: #AEAEAE. Windows color (decimal): -11343501 or 7596370. OLE color: 7596370.

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

Color convert

RGB 82 233 115 -
CMYK 0.65 0 0.51 0.09
HSL 133.11º 0.77% 0.62% -
HSV(B) 133.11º 0.65% 0.91% -
XYZ 35.71 61.31 26.17 -
YUV 174.4 94.47 62.09 -
System Red Green Blue C M Y K H S L
Decimal 82 233 115 0.65 0 0.51 0.09 133.11 0.77 0.62
Hex 52 E9 73 41 0 33 9 85 4D 3E
Octal 122 351 163 101 0 63 11 205 115 76
Binary 1010010 11101001 1110011 1000001 0 110011 1001 10000101 1001101 111110

Color Harmonies of #52E973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E973

Black with #52E973

Text Example


Text Example

White with #52E973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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