Html Css Color HEX #52E288 Emerald

📋 copy color: '#52E288'

red 82 ◦ green 226 ◦ blue 136

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

Shades of Emerald #52E288

Tints of Emerald #52E288

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.9%

 BLUE value IS 136 (53.52% from 255) = 30.63%

R = 18.47%
G = 50.9%
B = 30.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#52E288 (or 0x52E288) is known color: Emerald. HEX triplet: 52, E2 and 88. RGB value is (82,226,136). Sum of RGB (Red+Green+Blue) = 82+226+136=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #52E288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E288 is #AD1D77. Grayscale: #ACACAC. Windows color (decimal): -11345272 or 8970834. OLE color: 8970834.

HSL color Cylindrical-coordinate representation of color #52E288: hue angle of 142.5º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E288 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 226 136 -
CMYK 0.64 0 0.40 0.11
HSL 142.5º 0.71% 0.6% -
HSV(B) 142.5º 0.64% 0.89% -
XYZ 35.12 57.96 32.63 -
YUV 172.68 107.29 63.32 -
System Red Green Blue C M Y K H S L
Decimal 82 226 136 0.64 0 0.40 0.11 142.5 0.71 0.6
Hex 52 E2 88 40 0 28 B 8E 47 3C
Octal 122 342 210 100 0 50 13 216 107 74
Binary 1010010 11100010 10001000 1000000 0 101000 1011 10001110 1000111 111100

Color Harmonies of #52E288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E288

Black with #52E288

Text Example


Text Example

White with #52E288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,226,136); }

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

background-color css

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

 a { background-color: rgb(82,226,136); }

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

border-color css

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

 span { border-color: rgb(82,226,136); }

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