Html Css Color HEX #52F694 Emerald

📋 copy color: '#52F694'

red 82 ◦ green 246 ◦ blue 148

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

Shades of Emerald #52F694

Tints of Emerald #52F694

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.68%

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

R = 17.23%
G = 51.68%
B = 31.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#52F694 (or 0x52F694) is known color: Emerald. HEX triplet: 52, F6 and 94. RGB value is (82,246,148). Sum of RGB (Red+Green+Blue) = 82+246+148=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 246 (96.48% from 255 or 51.68% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 246 - color contains mainly: green. Hex color #52F694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F694 is #AD096B. Grayscale: #BABABA. Windows color (decimal): -11340140 or 9762386. OLE color: 9762386.

HSL color Cylindrical-coordinate representation of color #52F694: hue angle of 144.15º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F694 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 246 148 -
CMYK 0.67 0 0.40 0.04
HSL 144.15º 0.9% 0.64% -
HSV(B) 144.15º 0.67% 0.96% -
XYZ 41.78 69.84 39.3 -
YUV 185.79 106.67 53.97 -
System Red Green Blue C M Y K H S L
Decimal 82 246 148 0.67 0 0.40 0.04 144.15 0.9 0.64
Hex 52 F6 94 43 0 28 4 90 5A 40
Octal 122 366 224 103 0 50 4 220 132 100
Binary 1010010 11110110 10010100 1000011 0 101000 100 10010000 1011010 1000000

Color Harmonies of #52F694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F694

Black with #52F694

Text Example


Text Example

White with #52F694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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