Shades of Dolly #F5FB7B
Tints of Dolly #F5FB7B
RGB
CMYK
RGB Variations
Color information
#F5FB7B (or 0xF5FB7B) is known color: Dolly. HEX triplet: F5, FB and 7B. RGB value is (245,251,123). Sum of RGB (Red+Green+Blue) = 245+251+123=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 123 (48.44% from 255 or 19.87% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FB7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FB7B is #0A0484. Grayscale: #EBEBEB. Windows color (decimal): -656517 or 8125429. OLE color: 8125429.
HSL color Cylindrical-coordinate representation of color #F5FB7B: hue angle of 62.81º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5FB7B is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 251 | 123 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.02 |
| HSL | 62.81º | 0.94% | 0.73% | - |
| HSV(B) | 62.81º | 0.51% | 0.98% | - |
| XYZ | 75.73 | 89.84 | 32.09 | - |
| YUV | 234.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 251 | 123 | 0.02 | 0 | 0.51 | 0.02 | 62.81 | 0.94 | 0.73 |
| Hex | F5 | FB | 7B | 2 | 0 | 33 | 2 | 3F | 5E | 49 |
| Octal | 365 | 373 | 173 | 2 | 0 | 63 | 2 | 77 | 136 | 111 |
| Binary | 11110101 | 11111011 | 1111011 | 10 | 0 | 110011 | 10 | 111111 | 1011110 | 1001001 |
Color Harmonies of #F5FB7B
Complementary color
Monochromatic Colors of #F5FB7B
Black with #F5FB7B
Text Example
Text Example
White with #F5FB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FB7B; }
p { color: rgb(245,251,123); }
H1.HeaderClassName
{
color: #F5FB7B;
}
.AnyTagClassName
{
color: #F5FB7B;
}
</style>
background-color css
<style>
a { background-color: #F5FB7B; }
a { background-color: rgb(245,251,123); }
div.DivClassName
{
background-color: #F5FB7B;
}
.BgClassName
{
background-color: #F5FB7B;
}
</style>
border-color css
<style>
span { border-color: #F5FB7B; }
span { border-color: rgb(245,251,123); }
td.TdClassName
{
border-color: #F5FB7B;
}
.TagClassName
{
border-color: #F5FB7B;
}
</style>