Html Css Color HEX #52F192 Emerald

📋 copy color: '#52F192'

red 82 ◦ green 241 ◦ blue 146

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

Shades of Emerald #52F192

Tints of Emerald #52F192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.13%

R = 17.48%
G = 51.39%
B = 31.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#52F192 (or 0x52F192) is known color: Emerald. HEX triplet: 52, F1 and 92. RGB value is (82,241,146). Sum of RGB (Red+Green+Blue) = 82+241+146=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #52F192 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F192 is #AD0E6D. Grayscale: #B6B6B6. Windows color (decimal): -11341422 or 9630034. OLE color: 9630034.

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

Color convert

RGB 82 241 146 -
CMYK 0.66 0 0.39 0.05
HSL 144.15º 0.85% 0.63% -
HSV(B) 144.15º 0.66% 0.95% -
XYZ 40.12 66.78 37.97 -
YUV 182.63 107.32 56.22 -
System Red Green Blue C M Y K H S L
Decimal 82 241 146 0.66 0 0.39 0.05 144.15 0.85 0.63
Hex 52 F1 92 42 0 27 5 90 55 3F
Octal 122 361 222 102 0 47 5 220 125 77
Binary 1010010 11110001 10010010 1000010 0 100111 101 10010000 1010101 111111

Color Harmonies of #52F192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F192

Black with #52F192

Text Example


Text Example

White with #52F192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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