Shades of Golden Fizz #EFF52E
Tints of Golden Fizz #EFF52E
RGB
CMYK
RGB Variations
Color information
#EFF52E (or 0xEFF52E) is known color: Golden Fizz. HEX triplet: EF, F5 and 2E. RGB value is (239,245,46). Sum of RGB (Red+Green+Blue) = 239+245+46=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 46 (18.36% from 255 or 8.68% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF52E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF52E is #100AD1. Grayscale: #DDDDDD. Windows color (decimal): -1051346 or 3077615. OLE color: 3077615.
HSL color Cylindrical-coordinate representation of color #EFF52E: hue angle of 61.81º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFF52E is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 46 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.04 |
| HSL | 61.81º | 0.91% | 0.57% | - |
| HSV(B) | 61.81º | 0.81% | 0.96% | - |
| XYZ | 68.74 | 83.85 | 15.15 | - |
| YUV | 220.52 | 29.51 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 46 | 0.02 | 0 | 0.81 | 0.04 | 61.81 | 0.91 | 0.57 |
| Hex | EF | F5 | 2E | 2 | 0 | 51 | 4 | 3E | 5B | 39 |
| Octal | 357 | 365 | 56 | 2 | 0 | 121 | 4 | 76 | 133 | 71 |
| Binary | 11101111 | 11110101 | 101110 | 10 | 0 | 1010001 | 100 | 111110 | 1011011 | 111001 |
Color Harmonies of #EFF52E
Complementary color
Monochromatic Colors of #EFF52E
Black with #EFF52E
Text Example
Text Example
White with #EFF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF52E; }
p { color: rgb(239,245,46); }
H1.HeaderClassName
{
color: #EFF52E;
}
.AnyTagClassName
{
color: #EFF52E;
}
</style>
background-color css
<style>
a { background-color: #EFF52E; }
a { background-color: rgb(239,245,46); }
div.DivClassName
{
background-color: #EFF52E;
}
.BgClassName
{
background-color: #EFF52E;
}
</style>
border-color css
<style>
span { border-color: #EFF52E; }
span { border-color: rgb(239,245,46); }
td.TdClassName
{
border-color: #EFF52E;
}
.TagClassName
{
border-color: #EFF52E;
}
</style>