Html Css Color HEX #52CE62 Emerald

📋 copy color: '#52CE62'

red 82 ◦ green 206 ◦ blue 98

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

Shades of Emerald #52CE62

Tints of Emerald #52CE62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.39%

R = 21.24%
G = 53.37%
B = 25.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#52CE62 (or 0x52CE62) is known color: Emerald. HEX triplet: 52, CE and 62. RGB value is (82,206,98). Sum of RGB (Red+Green+Blue) = 82+206+98=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE62 is #AD319D. Grayscale: #9C9C9C. Windows color (decimal): -11350430 or 6475346. OLE color: 6475346.

HSL color Cylindrical-coordinate representation of color #52CE62: hue angle of 127.74º 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 #52CE62 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 98 -
CMYK 0.60 0 0.52 0.19
HSL 127.74º 0.56% 0.56% -
HSV(B) 127.74º 0.6% 0.81% -
XYZ 27.76 46.82 19.13 -
YUV 156.61 94.92 74.78 -
System Red Green Blue C M Y K H S L
Decimal 82 206 98 0.60 0 0.52 0.19 127.74 0.56 0.56
Hex 52 CE 62 3C 0 34 13 80 38 38
Octal 122 316 142 74 0 64 23 200 70 70
Binary 1010010 11001110 1100010 111100 0 110100 10011 10000000 111000 111000

Color Harmonies of #52CE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE62

Black with #52CE62

Text Example


Text Example

White with #52CE62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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