Html Css Color HEX #52F191 Emerald

📋 copy color: '#52F191'

red 82 ◦ green 241 ◦ blue 145

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

Shades of Emerald #52F191

Tints of Emerald #52F191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.98%

R = 17.52%
G = 51.5%
B = 30.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#52F191 (or 0x52F191) is known color: Emerald. HEX triplet: 52, F1 and 91. RGB value is (82,241,145). Sum of RGB (Red+Green+Blue) = 82+241+145=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #52F191 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F191 is #AD0E6E. Grayscale: #B6B6B6. Windows color (decimal): -11341423 or 9564498. OLE color: 9564498.

HSL color Cylindrical-coordinate representation of color #52F191: hue angle of 143.77º 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 #52F191 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 241 145 -
CMYK 0.66 0 0.40 0.05
HSL 143.77º 0.85% 0.63% -
HSV(B) 143.77º 0.66% 0.95% -
XYZ 40.05 66.75 37.56 -
YUV 182.52 106.82 56.31 -
System Red Green Blue C M Y K H S L
Decimal 82 241 145 0.66 0 0.40 0.05 143.77 0.85 0.63
Hex 52 F1 91 42 0 28 5 90 55 3F
Octal 122 361 221 102 0 50 5 220 125 77
Binary 1010010 11110001 10010001 1000010 0 101000 101 10010000 1010101 111111

Color Harmonies of #52F191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F191

Black with #52F191

Text Example


Text Example

White with #52F191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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