Html Css Color HEX #52E183 Emerald

📋 copy color: '#52E183'

red 82 ◦ green 225 ◦ blue 131

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

Shades of Emerald #52E183

Tints of Emerald #52E183

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.37%

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

R = 18.72%
G = 51.37%
B = 29.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#52E183 (or 0x52E183) is known color: Emerald. HEX triplet: 52, E1 and 83. RGB value is (82,225,131). Sum of RGB (Red+Green+Blue) = 82+225+131=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #52E183 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E183 is #AD1E7C. Grayscale: #ABABAB. Windows color (decimal): -11345533 or 8642898. OLE color: 8642898.

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

Color convert

RGB 82 225 131 -
CMYK 0.64 0 0.42 0.12
HSL 140.56º 0.7% 0.6% -
HSV(B) 140.56º 0.64% 0.88% -
XYZ 34.5 57.28 30.71 -
YUV 171.53 105.12 64.14 -
System Red Green Blue C M Y K H S L
Decimal 82 225 131 0.64 0 0.42 0.12 140.56 0.7 0.6
Hex 52 E1 83 40 0 2A C 8D 46 3C
Octal 122 341 203 100 0 52 14 215 106 74
Binary 1010010 11100001 10000011 1000000 0 101010 1100 10001101 1000110 111100

Color Harmonies of #52E183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E183

Black with #52E183

Text Example


Text Example

White with #52E183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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