Shades of Golden Fizz #EDFF2F
Tints of Golden Fizz #EDFF2F
RGB
CMYK
RGB Variations
Color information
#EDFF2F (or 0xEDFF2F) is known color: Golden Fizz. HEX triplet: ED, FF and 2F. RGB value is (237,255,47). Sum of RGB (Red+Green+Blue) = 237+255+47=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 47 (18.75% from 255 or 8.72% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF2F is #1200D0. Grayscale: #E2E2E2. Windows color (decimal): -1179857 or 3145709. OLE color: 3145709.
HSL color Cylindrical-coordinate representation of color #EDFF2F: hue angle of 65.19º 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 #EDFF2F is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 47 | - |
| CMYK | 0.07 | 0 | 0.82 | 0 |
| HSL | 65.19º | 1% | 0.59% | - |
| HSV(B) | 65.19º | 0.82% | 1% | - |
| XYZ | 71.2 | 89.73 | 16.26 | - |
| YUV | 225.91 | 27.04 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 47 | 0.07 | 0 | 0.82 | 0 | 65.19 | 1 | 0.59 |
| Hex | ED | FF | 2F | 7 | 0 | 52 | 0 | 41 | 64 | 3B |
| Octal | 355 | 377 | 57 | 7 | 0 | 122 | 0 | 101 | 144 | 73 |
| Binary | 11101101 | 11111111 | 101111 | 111 | 0 | 1010010 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #EDFF2F
Complementary color
Monochromatic Colors of #EDFF2F
Black with #EDFF2F
Text Example
Text Example
White with #EDFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF2F; }
p { color: rgb(237,255,47); }
H1.HeaderClassName
{
color: #EDFF2F;
}
.AnyTagClassName
{
color: #EDFF2F;
}
</style>
background-color css
<style>
a { background-color: #EDFF2F; }
a { background-color: rgb(237,255,47); }
div.DivClassName
{
background-color: #EDFF2F;
}
.BgClassName
{
background-color: #EDFF2F;
}
</style>
border-color css
<style>
span { border-color: #EDFF2F; }
span { border-color: rgb(237,255,47); }
td.TdClassName
{
border-color: #EDFF2F;
}
.TagClassName
{
border-color: #EDFF2F;
}
</style>