Html Css Color HEX #52CE8D Emerald

📋 copy color: '#52CE8D'

red 82 ◦ green 206 ◦ blue 141

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

Shades of Emerald #52CE8D

Tints of Emerald #52CE8D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.02%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 19.11%
G = 48.02%
B = 32.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#52CE8D (or 0x52CE8D) is known color: Emerald. HEX triplet: 52, CE and 8D. RGB value is (82,206,141). Sum of RGB (Red+Green+Blue) = 82+206+141=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CE8D is #AD3172. Grayscale: #A1A1A1. Windows color (decimal): -11350387 or 9293394. OLE color: 9293394.

HSL color Cylindrical-coordinate representation of color #52CE8D: hue angle of 148.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE8D is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 141 -
CMYK 0.60 0 0.32 0.19
HSL 148.55º 0.56% 0.56% -
HSV(B) 148.55º 0.6% 0.81% -
XYZ 30.36 47.86 32.84 -
YUV 161.51 116.42 71.29 -
System Red Green Blue C M Y K H S L
Decimal 82 206 141 0.60 0 0.32 0.19 148.55 0.56 0.56
Hex 52 CE 8D 3C 0 20 13 95 38 38
Octal 122 316 215 74 0 40 23 225 70 70
Binary 1010010 11001110 10001101 111100 0 100000 10011 10010101 111000 111000

Color Harmonies of #52CE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE8D

Black with #52CE8D

Text Example


Text Example

White with #52CE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,141); }

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

background-color css

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

 a { background-color: rgb(82,206,141); }

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

border-color css

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

 span { border-color: rgb(82,206,141); }

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