Html Css Color HEX #52F092 Emerald

📋 copy color: '#52F092'

red 82 ◦ green 240 ◦ blue 146

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

Shades of Emerald #52F092

Tints of Emerald #52F092

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.28%

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

R = 17.52%
G = 51.28%
B = 31.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#52F092 (or 0x52F092) is known color: Emerald. HEX triplet: 52, F0 and 92. RGB value is (82,240,146). Sum of RGB (Red+Green+Blue) = 82+240+146=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #52F092 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F092 is #AD0F6D. Grayscale: #B6B6B6. Windows color (decimal): -11341678 or 9629778. OLE color: 9629778.

HSL color Cylindrical-coordinate representation of color #52F092: hue angle of 144.3º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F092 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 146 -
CMYK 0.66 0 0.39 0.06
HSL 144.3º 0.84% 0.63% -
HSV(B) 144.3º 0.66% 0.94% -
XYZ 39.83 66.19 37.87 -
YUV 182.04 107.65 56.64 -
System Red Green Blue C M Y K H S L
Decimal 82 240 146 0.66 0 0.39 0.06 144.3 0.84 0.63
Hex 52 F0 92 42 0 27 6 90 54 3F
Octal 122 360 222 102 0 47 6 220 124 77
Binary 1010010 11110000 10010010 1000010 0 100111 110 10010000 1010100 111111

Color Harmonies of #52F092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F092

Black with #52F092

Text Example


Text Example

White with #52F092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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