Html Css Color HEX #52D591 Emerald

📋 copy color: '#52D591'

red 82 ◦ green 213 ◦ blue 145

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

Shades of Emerald #52D591

Tints of Emerald #52D591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.95%

R = 18.64%
G = 48.41%
B = 32.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#52D591 (or 0x52D591) is known color: Emerald. HEX triplet: 52, D5 and 91. RGB value is (82,213,145). Sum of RGB (Red+Green+Blue) = 82+213+145=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #52D591 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D591 is #AD2A6E. Grayscale: #A6A6A6. Windows color (decimal): -11348591 or 9557330. OLE color: 9557330.

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

Color convert

RGB 82 213 145 -
CMYK 0.62 0 0.32 0.16
HSL 148.86º 0.61% 0.58% -
HSV(B) 148.86º 0.62% 0.84% -
XYZ 32.38 51.43 35.01 -
YUV 166.08 116.1 68.03 -
System Red Green Blue C M Y K H S L
Decimal 82 213 145 0.62 0 0.32 0.16 148.86 0.61 0.58
Hex 52 D5 91 3E 0 20 10 95 3D 3A
Octal 122 325 221 76 0 40 20 225 75 72
Binary 1010010 11010101 10010001 111110 0 100000 10000 10010101 111101 111010

Color Harmonies of #52D591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D591

Black with #52D591

Text Example


Text Example

White with #52D591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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