Html Css Color HEX #52E98C Emerald

📋 copy color: '#52E98C'

red 82 ◦ green 233 ◦ blue 140

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

Shades of Emerald #52E98C

Tints of Emerald #52E98C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 51.21%

 BLUE value IS 140 (55.08% from 255) = 30.77%

R = 18.02%
G = 51.21%
B = 30.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#52E98C (or 0x52E98C) is known color: Emerald. HEX triplet: 52, E9 and 8C. RGB value is (82,233,140). Sum of RGB (Red+Green+Blue) = 82+233+140=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 233 (91.41% from 255 or 51.21% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 233 - color contains mainly: green. Hex color #52E98C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E98C is #AD1673. Grayscale: #B1B1B1. Windows color (decimal): -11343476 or 9234770. OLE color: 9234770.

HSL color Cylindrical-coordinate representation of color #52E98C: hue angle of 143.05º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E98C is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 233 140 -
CMYK 0.65 0 0.40 0.09
HSL 143.05º 0.77% 0.62% -
HSV(B) 143.05º 0.65% 0.91% -
XYZ 37.35 61.97 34.8 -
YUV 177.25 106.97 60.06 -
System Red Green Blue C M Y K H S L
Decimal 82 233 140 0.65 0 0.40 0.09 143.05 0.77 0.62
Hex 52 E9 8C 41 0 28 9 8F 4D 3E
Octal 122 351 214 101 0 50 11 217 115 76
Binary 1010010 11101001 10001100 1000001 0 101000 1001 10001111 1001101 111110

Color Harmonies of #52E98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E98C

Black with #52E98C

Text Example


Text Example

White with #52E98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,233,140); }

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

background-color css

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

 a { background-color: rgb(82,233,140); }

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

border-color css

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

 span { border-color: rgb(82,233,140); }

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