Shades of Dolly #F1FD7A
Tints of Dolly #F1FD7A
RGB
CMYK
RGB Variations
Color information
#F1FD7A (or 0xF1FD7A) is known color: Dolly. HEX triplet: F1, FD and 7A. RGB value is (241,253,122). Sum of RGB (Red+Green+Blue) = 241+253+122=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 122 (48.05% from 255 or 19.81% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FD7A is #0E0285. Grayscale: #EAEAEA. Windows color (decimal): -918150 or 8060401. OLE color: 8060401.
HSL color Cylindrical-coordinate representation of color #F1FD7A: hue angle of 65.5º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1FD7A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 253 | 122 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.01 |
| HSL | 65.5º | 0.97% | 0.74% | - |
| HSV(B) | 65.5º | 0.52% | 0.99% | - |
| XYZ | 74.91 | 90.36 | 31.9 | - |
| YUV | 234.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 253 | 122 | 0.05 | 0 | 0.52 | 0.01 | 65.5 | 0.97 | 0.74 |
| Hex | F1 | FD | 7A | 5 | 0 | 34 | 1 | 41 | 61 | 4A |
| Octal | 361 | 375 | 172 | 5 | 0 | 64 | 1 | 101 | 141 | 112 |
| Binary | 11110001 | 11111101 | 1111010 | 101 | 0 | 110100 | 1 | 1000001 | 1100001 | 1001010 |
Color Harmonies of #F1FD7A
Complementary color
Monochromatic Colors of #F1FD7A
Black with #F1FD7A
Text Example
Text Example
White with #F1FD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FD7A; }
p { color: rgb(241,253,122); }
H1.HeaderClassName
{
color: #F1FD7A;
}
.AnyTagClassName
{
color: #F1FD7A;
}
</style>
background-color css
<style>
a { background-color: #F1FD7A; }
a { background-color: rgb(241,253,122); }
div.DivClassName
{
background-color: #F1FD7A;
}
.BgClassName
{
background-color: #F1FD7A;
}
</style>
border-color css
<style>
span { border-color: #F1FD7A; }
span { border-color: rgb(241,253,122); }
td.TdClassName
{
border-color: #F1FD7A;
}
.TagClassName
{
border-color: #F1FD7A;
}
</style>