Html Css Color HEX #52E090 Emerald

📋 copy color: '#52E090'

red 82 ◦ green 224 ◦ blue 144

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

Shades of Emerald #52E090

Tints of Emerald #52E090

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.78%

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

R = 18.22%
G = 49.78%
B = 32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#52E090 (or 0x52E090) is known color: Emerald. HEX triplet: 52, E0 and 90. RGB value is (82,224,144). Sum of RGB (Red+Green+Blue) = 82+224+144=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #52E090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E090 is #AD1F6F. Grayscale: #ACACAC. Windows color (decimal): -11345776 or 9494610. OLE color: 9494610.

HSL color Cylindrical-coordinate representation of color #52E090: hue angle of 146.2º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E090 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 224 144 -
CMYK 0.63 0 0.36 0.12
HSL 146.2º 0.7% 0.6% -
HSV(B) 146.2º 0.63% 0.88% -
XYZ 35.17 57.12 35.56 -
YUV 172.42 111.96 63.5 -
System Red Green Blue C M Y K H S L
Decimal 82 224 144 0.63 0 0.36 0.12 146.2 0.7 0.6
Hex 52 E0 90 3F 0 24 C 92 46 3C
Octal 122 340 220 77 0 44 14 222 106 74
Binary 1010010 11100000 10010000 111111 0 100100 1100 10010010 1000110 111100

Color Harmonies of #52E090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E090

Black with #52E090

Text Example


Text Example

White with #52E090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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