Shades of Dolly #F1FF76
Tints of Dolly #F1FF76
RGB
CMYK
RGB Variations
Color information
#F1FF76 (or 0xF1FF76) is known color: Dolly. HEX triplet: F1, FF and 76. RGB value is (241,255,118). Sum of RGB (Red+Green+Blue) = 241+255+118=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 118 (46.48% from 255 or 19.22% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FF76 is #0E0089. Grayscale: #EBEBEB. Windows color (decimal): -917642 or 7798769. OLE color: 7798769.
HSL color Cylindrical-coordinate representation of color #F1FF76: hue angle of 66.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1FF76 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 118 | - |
| CMYK | 0.05 | 0 | 0.54 | 0 |
| HSL | 66.13º | 1% | 0.73% | - |
| HSV(B) | 66.13º | 0.54% | 1% | - |
| XYZ | 75.31 | 91.53 | 30.84 | - |
| YUV | 235.2 | 61.86 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 118 | 0.05 | 0 | 0.54 | 0 | 66.13 | 1 | 0.73 |
| Hex | F1 | FF | 76 | 5 | 0 | 36 | 0 | 42 | 64 | 49 |
| Octal | 361 | 377 | 166 | 5 | 0 | 66 | 0 | 102 | 144 | 111 |
| Binary | 11110001 | 11111111 | 1110110 | 101 | 0 | 110110 | 0 | 1000010 | 1100100 | 1001001 |
Color Harmonies of #F1FF76
Complementary color
Monochromatic Colors of #F1FF76
Black with #F1FF76
Text Example
Text Example
White with #F1FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF76; }
p { color: rgb(241,255,118); }
H1.HeaderClassName
{
color: #F1FF76;
}
.AnyTagClassName
{
color: #F1FF76;
}
</style>
background-color css
<style>
a { background-color: #F1FF76; }
a { background-color: rgb(241,255,118); }
div.DivClassName
{
background-color: #F1FF76;
}
.BgClassName
{
background-color: #F1FF76;
}
</style>
border-color css
<style>
span { border-color: #F1FF76; }
span { border-color: rgb(241,255,118); }
td.TdClassName
{
border-color: #F1FF76;
}
.TagClassName
{
border-color: #F1FF76;
}
</style>