#32F076

Color #32F076 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #32F076

Tints of Emerald #32F076

Color information

#32F076 (or 0x32F076) is unknown color: approx Emerald. HEX triplet: 32, F0 and 76. RGB value is (50,240,118). Sum of RGB (Red+Green+Blue) = 50+240+118=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 240 (94.14% from 255 or 58.82% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 240 - color contains mainly: green. Hex color #32F076 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F076 is #CD0F89. Grayscale: #A9A9A9. Windows color (decimal): -13438858 or 7794738. OLE color: 7794738.

HSL color Cylindrical-coordinate representation of color #32F076: hue angle of 141.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F076 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB50240118-
CMYK0.7900.510.06
HSL141.47º86.36%56.86%-
HSV(B)141.47º79.17%94.12%-
XYZ35.7564.3127.67-
YUV169.2899.0542.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.25%
GREEN value IS 240 (94.14% from 255) = 58.82%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=12.25%
G=58.82%
B=28.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal502401180.7900.510.06141.4786.3656.86
Hex32F0764F03368d5639
Octal62360166117063621512671
Binary11001011110000111011010011110110011110100011011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32F076;
 }
 .AnyTagClassName
 {
   color: #32F076;
 }
</style>
background-color css

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

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

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

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

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

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