Html Css Color HEX #52E083 Emerald

📋 copy color: '#52E083'

red 82 ◦ green 224 ◦ blue 131

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

Shades of Emerald #52E083

Tints of Emerald #52E083

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.26%

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 18.76%
G = 51.26%
B = 29.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#52E083 (or 0x52E083) is known color: Emerald. HEX triplet: 52, E0 and 83. RGB value is (82,224,131). Sum of RGB (Red+Green+Blue) = 82+224+131=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #52E083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E083 is #AD1F7C. Grayscale: #ABABAB. Windows color (decimal): -11345789 or 8642642. OLE color: 8642642.

HSL color Cylindrical-coordinate representation of color #52E083: hue angle of 140.7º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E083 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 224 131 -
CMYK 0.63 0 0.42 0.12
HSL 140.7º 0.7% 0.6% -
HSV(B) 140.7º 0.63% 0.88% -
XYZ 34.23 56.74 30.62 -
YUV 170.94 105.46 64.56 -
System Red Green Blue C M Y K H S L
Decimal 82 224 131 0.63 0 0.42 0.12 140.7 0.7 0.6
Hex 52 E0 83 3F 0 2A C 8D 46 3C
Octal 122 340 203 77 0 52 14 215 106 74
Binary 1010010 11100000 10000011 111111 0 101010 1100 10001101 1000110 111100

Color Harmonies of #52E083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E083

Black with #52E083

Text Example


Text Example

White with #52E083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,224,131); }

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

background-color css

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

 a { background-color: rgb(82,224,131); }

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

border-color css

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

 span { border-color: rgb(82,224,131); }

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