Html Css Color HEX #52F394 Emerald

📋 copy color: '#52F394'

red 82 ◦ green 243 ◦ blue 148

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

Shades of Emerald #52F394

Tints of Emerald #52F394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 17.34%
G = 51.37%
B = 31.29%

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

#52F394 (or 0x52F394) is known color: Emerald. HEX triplet: 52, F3 and 94. RGB value is (82,243,148). Sum of RGB (Red+Green+Blue) = 82+243+148=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #52F394 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F394 is #AD0C6B. Grayscale: #B8B8B8. Windows color (decimal): -11340908 or 9761618. OLE color: 9761618.

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

Color convert

RGB 82 243 148 -
CMYK 0.66 0 0.39 0.05
HSL 144.6º 0.87% 0.64% -
HSV(B) 144.6º 0.66% 0.95% -
XYZ 40.88 68.03 38.99 -
YUV 184.03 107.66 55.22 -
System Red Green Blue C M Y K H S L
Decimal 82 243 148 0.66 0 0.39 0.05 144.6 0.87 0.64
Hex 52 F3 94 42 0 27 5 91 57 40
Octal 122 363 224 102 0 47 5 221 127 100
Binary 1010010 11110011 10010100 1000010 0 100111 101 10010001 1010111 1000000

Color Harmonies of #52F394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F394

Black with #52F394

Text Example


Text Example

White with #52F394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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