Html Css Color HEX #52DB75 Emerald

📋 copy color: '#52DB75'

red 82 ◦ green 219 ◦ blue 117

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

Shades of Emerald #52DB75

Tints of Emerald #52DB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 19.62%
G = 52.39%
B = 27.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#52DB75 (or 0x52DB75) is known color: Emerald. HEX triplet: 52, DB and 75. RGB value is (82,219,117). Sum of RGB (Red+Green+Blue) = 82+219+117=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB75 is #AD248A. Grayscale: #A6A6A6. Windows color (decimal): -11347083 or 7723858. OLE color: 7723858.

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

Color convert

RGB 82 219 117 -
CMYK 0.63 0 0.47 0.14
HSL 135.33º 0.66% 0.59% -
HSV(B) 135.33º 0.63% 0.86% -
XYZ 32.02 53.74 25.51 -
YUV 166.41 100.11 67.79 -
System Red Green Blue C M Y K H S L
Decimal 82 219 117 0.63 0 0.47 0.14 135.33 0.66 0.59
Hex 52 DB 75 3F 0 2F E 87 42 3B
Octal 122 333 165 77 0 57 16 207 102 73
Binary 1010010 11011011 1110101 111111 0 101111 1110 10000111 1000010 111011

Color Harmonies of #52DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB75

Black with #52DB75

Text Example


Text Example

White with #52DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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