Html Css Color HEX #52DD85 Emerald

📋 copy color: '#52DD85'

red 82 ◦ green 221 ◦ blue 133

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

Shades of Emerald #52DD85

Tints of Emerald #52DD85

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.69%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 18.81%
G = 50.69%
B = 30.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#52DD85 (or 0x52DD85) is known color: Emerald. HEX triplet: 52, DD and 85. RGB value is (82,221,133). Sum of RGB (Red+Green+Blue) = 82+221+133=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DD85 is #AD227A. Grayscale: #A9A9A9. Windows color (decimal): -11346555 or 8772946. OLE color: 8772946.

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

Color convert

RGB 82 221 133 -
CMYK 0.63 0 0.40 0.13
HSL 142.01º 0.67% 0.59% -
HSV(B) 142.01º 0.63% 0.87% -
XYZ 33.57 55.2 31.08 -
YUV 169.41 107.45 65.66 -
System Red Green Blue C M Y K H S L
Decimal 82 221 133 0.63 0 0.40 0.13 142.01 0.67 0.59
Hex 52 DD 85 3F 0 28 D 8E 43 3B
Octal 122 335 205 77 0 50 15 216 103 73
Binary 1010010 11011101 10000101 111111 0 101000 1101 10001110 1000011 111011

Color Harmonies of #52DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD85

Black with #52DD85

Text Example


Text Example

White with #52DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,221,133); }

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

background-color css

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

 a { background-color: rgb(82,221,133); }

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

border-color css

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

 span { border-color: rgb(82,221,133); }

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