Html Css Color HEX #52F186 Emerald

📋 copy color: '#52F186'

red 82 ◦ green 241 ◦ blue 134

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

Shades of Emerald #52F186

Tints of Emerald #52F186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.74%

 BLUE value IS 134 (52.73% from 255) = 29.32%

R = 17.94%
G = 52.74%
B = 29.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#52F186 (or 0x52F186) is known color: Emerald. HEX triplet: 52, F1 and 86. RGB value is (82,241,134). Sum of RGB (Red+Green+Blue) = 82+241+134=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #52F186 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F186 is #AD0E79. Grayscale: #B5B5B5. Windows color (decimal): -11341434 or 8843602. OLE color: 8843602.

HSL color Cylindrical-coordinate representation of color #52F186: hue angle of 139.62º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F186 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 241 134 -
CMYK 0.66 0 0.44 0.05
HSL 139.62º 0.85% 0.63% -
HSV(B) 139.62º 0.66% 0.95% -
XYZ 39.24 66.43 33.31 -
YUV 181.26 101.32 57.2 -
System Red Green Blue C M Y K H S L
Decimal 82 241 134 0.66 0 0.44 0.05 139.62 0.85 0.63
Hex 52 F1 86 42 0 2C 5 8C 55 3F
Octal 122 361 206 102 0 54 5 214 125 77
Binary 1010010 11110001 10000110 1000010 0 101100 101 10001100 1010101 111111

Color Harmonies of #52F186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F186

Black with #52F186

Text Example


Text Example

White with #52F186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,241,134); }

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

background-color css

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

 a { background-color: rgb(82,241,134); }

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

border-color css

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

 span { border-color: rgb(82,241,134); }

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