Html Css Color HEX #52D661 Emerald

📋 copy color: '#52D661'

red 82 ◦ green 214 ◦ blue 97

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

Shades of Emerald #52D661

Tints of Emerald #52D661

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.45%

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

R = 20.87%
G = 54.45%
B = 24.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#52D661 (or 0x52D661) is known color: Emerald. HEX triplet: 52, D6 and 61. RGB value is (82,214,97). Sum of RGB (Red+Green+Blue) = 82+214+97=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #52D661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D661 is #AD299E. Grayscale: #A1A1A1. Windows color (decimal): -11348383 or 6411858. OLE color: 6411858.

HSL color Cylindrical-coordinate representation of color #52D661: hue angle of 126.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D661 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 97 -
CMYK 0.62 0 0.55 0.16
HSL 126.82º 0.62% 0.58% -
HSV(B) 126.82º 0.62% 0.84% -
XYZ 29.68 50.75 19.54 -
YUV 161.19 91.77 71.51 -
System Red Green Blue C M Y K H S L
Decimal 82 214 97 0.62 0 0.55 0.16 126.82 0.62 0.58
Hex 52 D6 61 3E 0 37 10 7F 3E 3A
Octal 122 326 141 76 0 67 20 177 76 72
Binary 1010010 11010110 1100001 111110 0 110111 10000 1111111 111110 111010

Color Harmonies of #52D661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D661

Black with #52D661

Text Example


Text Example

White with #52D661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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