Html Css Color HEX #52DF75 Emerald

📋 copy color: '#52DF75'

red 82 ◦ green 223 ◦ blue 117

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

Shades of Emerald #52DF75

Tints of Emerald #52DF75

RGB

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

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

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

R = 19.43%
G = 52.84%
B = 27.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#52DF75 (or 0x52DF75) is known color: Emerald. HEX triplet: 52, DF and 75. RGB value is (82,223,117). Sum of RGB (Red+Green+Blue) = 82+223+117=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF75 is #AD208A. Grayscale: #A9A9A9. Windows color (decimal): -11346059 or 7724882. OLE color: 7724882.

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

Color convert

RGB 82 223 117 -
CMYK 0.63 0 0.48 0.13
HSL 134.89º 0.69% 0.6% -
HSV(B) 134.89º 0.63% 0.87% -
XYZ 33.08 55.85 25.87 -
YUV 168.76 98.79 66.12 -
System Red Green Blue C M Y K H S L
Decimal 82 223 117 0.63 0 0.48 0.13 134.89 0.69 0.6
Hex 52 DF 75 3F 0 30 D 87 45 3C
Octal 122 337 165 77 0 60 15 207 105 74
Binary 1010010 11011111 1110101 111111 0 110000 1101 10000111 1000101 111100

Color Harmonies of #52DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF75

Black with #52DF75

Text Example


Text Example

White with #52DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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