Html Css Color HEX #52DF71 Emerald

📋 copy color: '#52DF71'

red 82 ◦ green 223 ◦ blue 113

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

Shades of Emerald #52DF71

Tints of Emerald #52DF71

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.35%

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 19.62%
G = 53.35%
B = 27.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#52DF71 (or 0x52DF71) is known color: Emerald. HEX triplet: 52, DF and 71. RGB value is (82,223,113). Sum of RGB (Red+Green+Blue) = 82+223+113=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF71 is #AD208E. Grayscale: #A8A8A8. Windows color (decimal): -11346063 or 7462738. OLE color: 7462738.

HSL color Cylindrical-coordinate representation of color #52DF71: hue angle of 133.19º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF71 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 113 -
CMYK 0.63 0 0.49 0.13
HSL 133.19º 0.69% 0.6% -
HSV(B) 133.19º 0.63% 0.87% -
XYZ 32.85 55.76 24.65 -
YUV 168.3 96.79 66.44 -
System Red Green Blue C M Y K H S L
Decimal 82 223 113 0.63 0 0.49 0.13 133.19 0.69 0.6
Hex 52 DF 71 3F 0 31 D 85 45 3C
Octal 122 337 161 77 0 61 15 205 105 74
Binary 1010010 11011111 1110001 111111 0 110001 1101 10000101 1000101 111100

Color Harmonies of #52DF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF71

Black with #52DF71

Text Example


Text Example

White with #52DF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,113); }

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

background-color css

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

 a { background-color: rgb(82,223,113); }

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

border-color css

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

 span { border-color: rgb(82,223,113); }

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