Html Css Color HEX #52DB5D Emerald

📋 copy color: '#52DB5D'

red 82 ◦ green 219 ◦ blue 93

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

Shades of Emerald #52DB5D

Tints of Emerald #52DB5D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.58%

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 20.81%
G = 55.58%
B = 23.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#52DB5D (or 0x52DB5D) is known color: Emerald. HEX triplet: 52, DB and 5D. RGB value is (82,219,93). Sum of RGB (Red+Green+Blue) = 82+219+93=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB5D is #AD24A2. Grayscale: #A4A4A4. Windows color (decimal): -11347107 or 6150994. OLE color: 6150994.

HSL color Cylindrical-coordinate representation of color #52DB5D: hue angle of 124.82º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DB5D is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 93 -
CMYK 0.63 0 0.58 0.14
HSL 124.82º 0.66% 0.59% -
HSV(B) 124.82º 0.63% 0.86% -
XYZ 30.79 53.25 19.01 -
YUV 163.67 88.11 69.75 -
System Red Green Blue C M Y K H S L
Decimal 82 219 93 0.63 0 0.58 0.14 124.82 0.66 0.59
Hex 52 DB 5D 3F 0 3A E 7D 42 3B
Octal 122 333 135 77 0 72 16 175 102 73
Binary 1010010 11011011 1011101 111111 0 111010 1110 1111101 1000010 111011

Color Harmonies of #52DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB5D

Black with #52DB5D

Text Example


Text Example

White with #52DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,219,93); }

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

background-color css

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

 a { background-color: rgb(82,219,93); }

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

border-color css

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

 span { border-color: rgb(82,219,93); }

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