Html Css Color HEX #52CE61 Emerald

📋 copy color: '#52CE61'

red 82 ◦ green 206 ◦ blue 97

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

Shades of Emerald #52CE61

Tints of Emerald #52CE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.19%

R = 21.3%
G = 53.51%
B = 25.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#52CE61 (or 0x52CE61) is known color: Emerald. HEX triplet: 52, CE and 61. RGB value is (82,206,97). Sum of RGB (Red+Green+Blue) = 82+206+97=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE61 is #AD319E. Grayscale: #9C9C9C. Windows color (decimal): -11350431 or 6409810. OLE color: 6409810.

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

Color convert

RGB 82 206 97 -
CMYK 0.60 0 0.53 0.19
HSL 127.26º 0.56% 0.56% -
HSV(B) 127.26º 0.6% 0.81% -
XYZ 27.71 46.8 18.88 -
YUV 156.5 94.42 74.86 -
System Red Green Blue C M Y K H S L
Decimal 82 206 97 0.60 0 0.53 0.19 127.26 0.56 0.56
Hex 52 CE 61 3C 0 35 13 7F 38 38
Octal 122 316 141 74 0 65 23 177 70 70
Binary 1010010 11001110 1100001 111100 0 110101 10011 1111111 111000 111000

Color Harmonies of #52CE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE61

Black with #52CE61

Text Example


Text Example

White with #52CE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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