Html Css Color HEX #52F392 Emerald

📋 copy color: '#52F392'

red 82 ◦ green 243 ◦ blue 146

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

Shades of Emerald #52F392

Tints of Emerald #52F392

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.59%

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

R = 17.41%
G = 51.59%
B = 31%

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

#52F392 (or 0x52F392) is known color: Emerald. HEX triplet: 52, F3 and 92. RGB value is (82,243,146). Sum of RGB (Red+Green+Blue) = 82+243+146=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #52F392 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F392 is #AD0C6D. Grayscale: #B8B8B8. Windows color (decimal): -11340910 or 9630546. OLE color: 9630546.

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

Color convert

RGB 82 243 146 -
CMYK 0.66 0 0.40 0.05
HSL 143.85º 0.87% 0.64% -
HSV(B) 143.85º 0.66% 0.95% -
XYZ 40.72 67.97 38.17 -
YUV 183.8 106.66 55.39 -
System Red Green Blue C M Y K H S L
Decimal 82 243 146 0.66 0 0.40 0.05 143.85 0.87 0.64
Hex 52 F3 92 42 0 28 5 90 57 40
Octal 122 363 222 102 0 50 5 220 127 100
Binary 1010010 11110011 10010010 1000010 0 101000 101 10010000 1010111 1000000

Color Harmonies of #52F392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F392

Black with #52F392

Text Example


Text Example

White with #52F392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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