Html Css Color HEX #52DB5F Emerald

📋 copy color: '#52DB5F'

red 82 ◦ green 219 ◦ blue 95

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

Shades of Emerald #52DB5F

Tints of Emerald #52DB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.99%

R = 20.71%
G = 55.3%
B = 23.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#52DB5F (or 0x52DB5F) is known color: Emerald. HEX triplet: 52, DB and 5F. RGB value is (82,219,95). Sum of RGB (Red+Green+Blue) = 82+219+95=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB5F is #AD24A0. Grayscale: #A4A4A4. Windows color (decimal): -11347105 or 6282066. OLE color: 6282066.

HSL color Cylindrical-coordinate representation of color #52DB5F: hue angle of 125.69º 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 #52DB5F is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 95 -
CMYK 0.63 0 0.57 0.14
HSL 125.69º 0.66% 0.59% -
HSV(B) 125.69º 0.63% 0.86% -
XYZ 30.88 53.28 19.48 -
YUV 163.9 89.11 69.58 -
System Red Green Blue C M Y K H S L
Decimal 82 219 95 0.63 0 0.57 0.14 125.69 0.66 0.59
Hex 52 DB 5F 3F 0 39 E 7E 42 3B
Octal 122 333 137 77 0 71 16 176 102 73
Binary 1010010 11011011 1011111 111111 0 111001 1110 1111110 1000010 111011

Color Harmonies of #52DB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB5F

Black with #52DB5F

Text Example


Text Example

White with #52DB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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