Html Css Color HEX #52DF8E Emerald

📋 copy color: '#52DF8E'

red 82 ◦ green 223 ◦ blue 142

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

Shades of Emerald #52DF8E

Tints of Emerald #52DF8E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.89%

 BLUE value IS 142 (55.86% from 255) = 31.77%

R = 18.34%
G = 49.89%
B = 31.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#52DF8E (or 0x52DF8E) is known color: Emerald. HEX triplet: 52, DF and 8E. RGB value is (82,223,142). Sum of RGB (Red+Green+Blue) = 82+223+142=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DF8E is #AD2071. Grayscale: #ABABAB. Windows color (decimal): -11346034 or 9363282. OLE color: 9363282.

HSL color Cylindrical-coordinate representation of color #52DF8E: hue angle of 145.53º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF8E is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 142 -
CMYK 0.63 0 0.36 0.13
HSL 145.53º 0.69% 0.6% -
HSV(B) 145.53º 0.63% 0.87% -
XYZ 34.75 56.52 34.67 -
YUV 171.61 111.29 64.09 -
System Red Green Blue C M Y K H S L
Decimal 82 223 142 0.63 0 0.36 0.13 145.53 0.69 0.6
Hex 52 DF 8E 3F 0 24 D 92 45 3C
Octal 122 337 216 77 0 44 15 222 105 74
Binary 1010010 11011111 10001110 111111 0 100100 1101 10010010 1000101 111100

Color Harmonies of #52DF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF8E

Black with #52DF8E

Text Example


Text Example

White with #52DF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,142); }

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

background-color css

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

 a { background-color: rgb(82,223,142); }

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

border-color css

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

 span { border-color: rgb(82,223,142); }

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