Html Css Color HEX #52DF6F Emerald

📋 copy color: '#52DF6F'

red 82 ◦ green 223 ◦ blue 111

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

Shades of Emerald #52DF6F

Tints of Emerald #52DF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.68%

R = 19.71%
G = 53.61%
B = 26.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#52DF6F (or 0x52DF6F) is known color: Emerald. HEX triplet: 52, DF and 6F. RGB value is (82,223,111). Sum of RGB (Red+Green+Blue) = 82+223+111=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF6F is #AD2090. Grayscale: #A8A8A8. Windows color (decimal): -11346065 or 7331666. OLE color: 7331666.

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

Color convert

RGB 82 223 111 -
CMYK 0.63 0 0.50 0.13
HSL 132.34º 0.69% 0.6% -
HSV(B) 132.34º 0.63% 0.87% -
XYZ 32.74 55.72 24.07 -
YUV 168.07 95.79 66.61 -
System Red Green Blue C M Y K H S L
Decimal 82 223 111 0.63 0 0.50 0.13 132.34 0.69 0.6
Hex 52 DF 6F 3F 0 32 D 84 45 3C
Octal 122 337 157 77 0 62 15 204 105 74
Binary 1010010 11011111 1101111 111111 0 110010 1101 10000100 1000101 111100

Color Harmonies of #52DF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF6F

Black with #52DF6F

Text Example


Text Example

White with #52DF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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