Shades of Dolly #F0FD7B
Tints of Dolly #F0FD7B
RGB
CMYK
RGB Variations
Color information
#F0FD7B (or 0xF0FD7B) is known color: Dolly. HEX triplet: F0, FD and 7B. RGB value is (240,253,123). Sum of RGB (Red+Green+Blue) = 240+253+123=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 123 (48.44% from 255 or 19.97% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD7B is #0F0284. Grayscale: #EAEAEA. Windows color (decimal): -983685 or 8125936. OLE color: 8125936.
HSL color Cylindrical-coordinate representation of color #F0FD7B: hue angle of 66º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0FD7B is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 123 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.01 |
| HSL | 66º | 0.97% | 0.74% | - |
| HSV(B) | 66º | 0.51% | 0.99% | - |
| XYZ | 74.64 | 90.21 | 32.22 | - |
| YUV | 234.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 123 | 0.05 | 0 | 0.51 | 0.01 | 66 | 0.97 | 0.74 |
| Hex | F0 | FD | 7B | 5 | 0 | 33 | 1 | 42 | 61 | 4A |
| Octal | 360 | 375 | 173 | 5 | 0 | 63 | 1 | 102 | 141 | 112 |
| Binary | 11110000 | 11111101 | 1111011 | 101 | 0 | 110011 | 1 | 1000010 | 1100001 | 1001010 |
Color Harmonies of #F0FD7B
Complementary color
Monochromatic Colors of #F0FD7B
Black with #F0FD7B
Text Example
Text Example
White with #F0FD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD7B; }
p { color: rgb(240,253,123); }
H1.HeaderClassName
{
color: #F0FD7B;
}
.AnyTagClassName
{
color: #F0FD7B;
}
</style>
background-color css
<style>
a { background-color: #F0FD7B; }
a { background-color: rgb(240,253,123); }
div.DivClassName
{
background-color: #F0FD7B;
}
.BgClassName
{
background-color: #F0FD7B;
}
</style>
border-color css
<style>
span { border-color: #F0FD7B; }
span { border-color: rgb(240,253,123); }
td.TdClassName
{
border-color: #F0FD7B;
}
.TagClassName
{
border-color: #F0FD7B;
}
</style>