Html Css Color HEX #52E990 Emerald

📋 copy color: '#52E990'

red 82 ◦ green 233 ◦ blue 144

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

Shades of Emerald #52E990

Tints of Emerald #52E990

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.76%

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 17.86%
G = 50.76%
B = 31.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#52E990 (or 0x52E990) is known color: Emerald. HEX triplet: 52, E9 and 90. RGB value is (82,233,144). Sum of RGB (Red+Green+Blue) = 82+233+144=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #52E990 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E990 is #AD166F. Grayscale: #B1B1B1. Windows color (decimal): -11343472 or 9496914. OLE color: 9496914.

HSL color Cylindrical-coordinate representation of color #52E990: hue angle of 144.64º 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 #52E990 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 233 144 -
CMYK 0.65 0 0.38 0.09
HSL 144.64º 0.77% 0.62% -
HSV(B) 144.64º 0.65% 0.91% -
XYZ 37.65 62.09 36.38 -
YUV 177.71 108.97 59.74 -
System Red Green Blue C M Y K H S L
Decimal 82 233 144 0.65 0 0.38 0.09 144.64 0.77 0.62
Hex 52 E9 90 41 0 26 9 91 4D 3E
Octal 122 351 220 101 0 46 11 221 115 76
Binary 1010010 11101001 10010000 1000001 0 100110 1001 10010001 1001101 111110

Color Harmonies of #52E990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E990

Black with #52E990

Text Example


Text Example

White with #52E990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,233,144); }

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

background-color css

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

 a { background-color: rgb(82,233,144); }

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

border-color css

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

 span { border-color: rgb(82,233,144); }

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