Html Css Color HEX #52E885 Emerald

📋 copy color: '#52E885'

red 82 ◦ green 232 ◦ blue 133

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

Shades of Emerald #52E885

Tints of Emerald #52E885

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.9%

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

R = 18.34%
G = 51.9%
B = 29.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#52E885 (or 0x52E885) is known color: Emerald. HEX triplet: 52, E8 and 85. RGB value is (82,232,133). Sum of RGB (Red+Green+Blue) = 82+232+133=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #52E885 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E885 is #AD177A. Grayscale: #B0B0B0. Windows color (decimal): -11343739 or 8775762. OLE color: 8775762.

HSL color Cylindrical-coordinate representation of color #52E885: hue angle of 140.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E885 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 232 133 -
CMYK 0.65 0 0.43 0.09
HSL 140.4º 0.77% 0.62% -
HSV(B) 140.4º 0.65% 0.91% -
XYZ 36.57 61.2 32.08 -
YUV 175.86 103.81 61.05 -
System Red Green Blue C M Y K H S L
Decimal 82 232 133 0.65 0 0.43 0.09 140.4 0.77 0.62
Hex 52 E8 85 41 0 2B 9 8C 4D 3E
Octal 122 350 205 101 0 53 11 214 115 76
Binary 1010010 11101000 10000101 1000001 0 101011 1001 10001100 1001101 111110

Color Harmonies of #52E885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E885

Black with #52E885

Text Example


Text Example

White with #52E885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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