Html Css Color HEX #32F476 Emerald

📋 copy color: '#32F476'

red 50 ◦ green 244 ◦ blue 118

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

Shades of Emerald #32F476

Tints of Emerald #32F476

RGB

 RED value IS 50 (19.92% from 255) = 12.14%

 GREEN value IS 244 (95.7% from 255) = 59.22%

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 12.14%
G = 59.22%
B = 28.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#32F476 (or 0x32F476) is known color: Emerald. HEX triplet: 32, F4 and 76. RGB value is (50,244,118). Sum of RGB (Red+Green+Blue) = 50+244+118=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 244 (95.70% from 255 or 59.22% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 244 - color contains mainly: green. Hex color #32F476 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F476 is #CD0B89. Grayscale: #ABABAB. Windows color (decimal): -13437834 or 7795762. OLE color: 7795762.

HSL color Cylindrical-coordinate representation of color #32F476: hue angle of 141.03º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F476 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 50 244 118 -
CMYK 0.80 0 0.52 0.04
HSL 141.03º 0.9% 0.58% -
HSV(B) 141.03º 0.8% 0.96% -
XYZ 36.94 66.69 28.06 -
YUV 171.63 97.73 41.25 -
System Red Green Blue C M Y K H S L
Decimal 50 244 118 0.80 0 0.52 0.04 141.03 0.9 0.58
Hex 32 F4 76 50 0 34 4 8D 5A 3A
Octal 62 364 166 120 0 64 4 215 132 72
Binary 110010 11110100 1110110 1010000 0 110100 100 10001101 1011010 111010

Color Harmonies of #32F476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F476

Black with #32F476

Text Example


Text Example

White with #32F476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32F476; }

 p { color: rgb(50,244,118); }

 H1.HeaderClassName
 {
   color: #32F476;
 }
 .AnyTagClassName
 {
   color: #32F476;
 }
</style>

background-color css

<style>
 a { background-color: #32F476; }

 a { background-color: rgb(50,244,118); }

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

border-color css

<style>
 span { border-color: #32F476; }

 span { border-color: rgb(50,244,118); }

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