Html Css Color HEX #52E385 Emerald

📋 copy color: '#52E385'

red 82 ◦ green 227 ◦ blue 133

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

Shades of Emerald #52E385

Tints of Emerald #52E385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.36%

 BLUE value IS 133 (52.34% from 255) = 30.09%

R = 18.55%
G = 51.36%
B = 30.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#52E385 (or 0x52E385) is known color: Emerald. HEX triplet: 52, E3 and 85. RGB value is (82,227,133). Sum of RGB (Red+Green+Blue) = 82+227+133=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #52E385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E385 is #AD1C7A. Grayscale: #ADADAD. Windows color (decimal): -11345019 or 8774482. OLE color: 8774482.

HSL color Cylindrical-coordinate representation of color #52E385: hue angle of 141.1º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E385 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 227 133 -
CMYK 0.64 0 0.41 0.11
HSL 141.1º 0.72% 0.61% -
HSV(B) 141.1º 0.64% 0.89% -
XYZ 35.18 58.43 31.61 -
YUV 172.93 105.46 63.14 -
System Red Green Blue C M Y K H S L
Decimal 82 227 133 0.64 0 0.41 0.11 141.1 0.72 0.61
Hex 52 E3 85 40 0 29 B 8D 48 3D
Octal 122 343 205 100 0 51 13 215 110 75
Binary 1010010 11100011 10000101 1000000 0 101001 1011 10001101 1001000 111101

Color Harmonies of #52E385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E385

Black with #52E385

Text Example


Text Example

White with #52E385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,227,133); }

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

background-color css

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

 a { background-color: rgb(82,227,133); }

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

border-color css

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

 span { border-color: rgb(82,227,133); }

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