Html Css Color HEX #52D561 Emerald

📋 copy color: '#52D561'

red 82 ◦ green 213 ◦ blue 97

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

Shades of Emerald #52D561

Tints of Emerald #52D561

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.34%

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

R = 20.92%
G = 54.34%
B = 24.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#52D561 (or 0x52D561) is known color: Emerald. HEX triplet: 52, D5 and 61. RGB value is (82,213,97). Sum of RGB (Red+Green+Blue) = 82+213+97=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #52D561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D561 is #AD2A9E. Grayscale: #A0A0A0. Windows color (decimal): -11348639 or 6411602. OLE color: 6411602.

HSL color Cylindrical-coordinate representation of color #52D561: hue angle of 126.87º degrees, saturation: 0.61, 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 #52D561 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 97 -
CMYK 0.62 0 0.54 0.16
HSL 126.87º 0.61% 0.58% -
HSV(B) 126.87º 0.62% 0.84% -
XYZ 29.43 50.25 19.46 -
YUV 160.61 92.1 71.93 -
System Red Green Blue C M Y K H S L
Decimal 82 213 97 0.62 0 0.54 0.16 126.87 0.61 0.58
Hex 52 D5 61 3E 0 36 10 7F 3D 3A
Octal 122 325 141 76 0 66 20 177 75 72
Binary 1010010 11010101 1100001 111110 0 110110 10000 1111111 111101 111010

Color Harmonies of #52D561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D561

Black with #52D561

Text Example


Text Example

White with #52D561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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