Shades of Golden Fizz #E7FC2F
Tints of Golden Fizz #E7FC2F
RGB
CMYK
RGB Variations
Color information
#E7FC2F (or 0xE7FC2F) is known color: Golden Fizz. HEX triplet: E7, FC and 2F. RGB value is (231,252,47). Sum of RGB (Red+Green+Blue) = 231+252+47=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 47 (18.75% from 255 or 8.87% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #E7FC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7FC2F is #1803D0. Grayscale: #DFDFDF. Windows color (decimal): -1573841 or 3144935. OLE color: 3144935.
HSL color Cylindrical-coordinate representation of color #E7FC2F: hue angle of 66.15º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7FC2F is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 252 | 47 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.01 |
| HSL | 66.15º | 0.97% | 0.59% | - |
| HSV(B) | 66.15º | 0.81% | 0.99% | - |
| XYZ | 68.28 | 86.81 | 15.85 | - |
| YUV | 222.35 | 29.04 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 252 | 47 | 0.08 | 0 | 0.81 | 0.01 | 66.15 | 0.97 | 0.59 |
| Hex | E7 | FC | 2F | 8 | 0 | 51 | 1 | 42 | 61 | 3B |
| Octal | 347 | 374 | 57 | 10 | 0 | 121 | 1 | 102 | 141 | 73 |
| Binary | 11100111 | 11111100 | 101111 | 1000 | 0 | 1010001 | 1 | 1000010 | 1100001 | 111011 |
Color Harmonies of #E7FC2F
Complementary color
Monochromatic Colors of #E7FC2F
Black with #E7FC2F
Text Example
Text Example
White with #E7FC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FC2F; }
p { color: rgb(231,252,47); }
H1.HeaderClassName
{
color: #E7FC2F;
}
.AnyTagClassName
{
color: #E7FC2F;
}
</style>
background-color css
<style>
a { background-color: #E7FC2F; }
a { background-color: rgb(231,252,47); }
div.DivClassName
{
background-color: #E7FC2F;
}
.BgClassName
{
background-color: #E7FC2F;
}
</style>
border-color css
<style>
span { border-color: #E7FC2F; }
span { border-color: rgb(231,252,47); }
td.TdClassName
{
border-color: #E7FC2F;
}
.TagClassName
{
border-color: #E7FC2F;
}
</style>