Shades of Golden Fizz #EFFF2F
Tints of Golden Fizz #EFFF2F
RGB
CMYK
RGB Variations
Color information
#EFFF2F (or 0xEFFF2F) is known color: Golden Fizz. HEX triplet: EF, FF and 2F. RGB value is (239,255,47). Sum of RGB (Red+Green+Blue) = 239+255+47=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 47 (18.75% from 255 or 8.69% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF2F is #1000D0. Grayscale: #E3E3E3. Windows color (decimal): -1048785 or 3145711. OLE color: 3145711.
HSL color Cylindrical-coordinate representation of color #EFFF2F: hue angle of 64.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFFF2F is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 47 | - |
| CMYK | 0.06 | 0 | 0.82 | 0 |
| HSL | 64.62º | 1% | 0.59% | - |
| HSV(B) | 64.62º | 0.82% | 1% | - |
| XYZ | 71.87 | 90.08 | 16.29 | - |
| YUV | 226.5 | 26.7 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 47 | 0.06 | 0 | 0.82 | 0 | 64.62 | 1 | 0.59 |
| Hex | EF | FF | 2F | 6 | 0 | 52 | 0 | 41 | 64 | 3B |
| Octal | 357 | 377 | 57 | 6 | 0 | 122 | 0 | 101 | 144 | 73 |
| Binary | 11101111 | 11111111 | 101111 | 110 | 0 | 1010010 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #EFFF2F
Complementary color
Monochromatic Colors of #EFFF2F
Black with #EFFF2F
Text Example
Text Example
White with #EFFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF2F; }
p { color: rgb(239,255,47); }
H1.HeaderClassName
{
color: #EFFF2F;
}
.AnyTagClassName
{
color: #EFFF2F;
}
</style>
background-color css
<style>
a { background-color: #EFFF2F; }
a { background-color: rgb(239,255,47); }
div.DivClassName
{
background-color: #EFFF2F;
}
.BgClassName
{
background-color: #EFFF2F;
}
</style>
border-color css
<style>
span { border-color: #EFFF2F; }
span { border-color: rgb(239,255,47); }
td.TdClassName
{
border-color: #EFFF2F;
}
.TagClassName
{
border-color: #EFFF2F;
}
</style>