Html Css Color HEX #52E780 Emerald

📋 copy color: '#52E780'

red 82 ◦ green 231 ◦ blue 128

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

Shades of Emerald #52E780

Tints of Emerald #52E780

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.38%

 BLUE value IS 128 (50.39% from 255) = 29.02%

R = 18.59%
G = 52.38%
B = 29.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#52E780 (or 0x52E780) is known color: Emerald. HEX triplet: 52, E7 and 80. RGB value is (82,231,128). Sum of RGB (Red+Green+Blue) = 82+231+128=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #52E780 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E780 is #AD187F. Grayscale: #AEAEAE. Windows color (decimal): -11344000 or 8447826. OLE color: 8447826.

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

Color convert

RGB 82 231 128 -
CMYK 0.65 0 0.45 0.09
HSL 138.52º 0.76% 0.61% -
HSV(B) 138.52º 0.65% 0.91% -
XYZ 35.95 60.5 30.21 -
YUV 174.71 101.64 61.88 -
System Red Green Blue C M Y K H S L
Decimal 82 231 128 0.65 0 0.45 0.09 138.52 0.76 0.61
Hex 52 E7 80 41 0 2D 9 8B 4C 3D
Octal 122 347 200 101 0 55 11 213 114 75
Binary 1010010 11100111 10000000 1000001 0 101101 1001 10001011 1001100 111101

Color Harmonies of #52E780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E780

Black with #52E780

Text Example


Text Example

White with #52E780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,231,128); }

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

background-color css

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

 a { background-color: rgb(82,231,128); }

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

border-color css

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

 span { border-color: rgb(82,231,128); }

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