Html Css Color HEX #52EB8D Emerald

📋 copy color: '#52EB8D'

red 82 ◦ green 235 ◦ blue 141

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

Shades of Emerald #52EB8D

Tints of Emerald #52EB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.31%

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

R = 17.9%
G = 51.31%
B = 30.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#52EB8D (or 0x52EB8D) is known color: Emerald. HEX triplet: 52, EB and 8D. RGB value is (82,235,141). Sum of RGB (Red+Green+Blue) = 82+235+141=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #52EB8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EB8D is #AD1472. Grayscale: #B2B2B2. Windows color (decimal): -11342963 or 9300818. OLE color: 9300818.

HSL color Cylindrical-coordinate representation of color #52EB8D: hue angle of 143.14º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EB8D is Cyan = 0.65, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 235 141 -
CMYK 0.65 0 0.4 0.08
HSL 143.14º 0.79% 0.62% -
HSV(B) 143.14º 0.65% 0.92% -
XYZ 38 63.13 35.38 -
YUV 178.54 106.81 59.14 -
System Red Green Blue C M Y K H S L
Decimal 82 235 141 0.65 0 0.4 0.08 143.14 0.79 0.62
Hex 52 EB 8D 41 0 28 8 8F 4F 3E
Octal 122 353 215 101 0 50 10 217 117 76
Binary 1010010 11101011 10001101 1000001 0 101000 1000 10001111 1001111 111110

Color Harmonies of #52EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EB8D

Black with #52EB8D

Text Example


Text Example

White with #52EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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