Shades of Dolly #F5FF74
Tints of Dolly #F5FF74
RGB
CMYK
RGB Variations
Color information
#F5FF74 (or 0xF5FF74) is known color: Dolly. HEX triplet: F5, FF and 74. RGB value is (245,255,116). Sum of RGB (Red+Green+Blue) = 245+255+116=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 116 (45.70% from 255 or 18.83% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FF74 is #0A008B. Grayscale: #ECECEC. Windows color (decimal): -655500 or 7667701. OLE color: 7667701.
HSL color Cylindrical-coordinate representation of color #F5FF74: hue angle of 64.32º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5FF74 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 116 | - |
| CMYK | 0.04 | 0 | 0.55 | 0 |
| HSL | 64.32º | 1% | 0.73% | - |
| HSV(B) | 64.32º | 0.55% | 1% | - |
| XYZ | 76.57 | 92.19 | 30.28 | - |
| YUV | 236.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 116 | 0.04 | 0 | 0.55 | 0 | 64.32 | 1 | 0.73 |
| Hex | F5 | FF | 74 | 4 | 0 | 37 | 0 | 40 | 64 | 49 |
| Octal | 365 | 377 | 164 | 4 | 0 | 67 | 0 | 100 | 144 | 111 |
| Binary | 11110101 | 11111111 | 1110100 | 100 | 0 | 110111 | 0 | 1000000 | 1100100 | 1001001 |
Color Harmonies of #F5FF74
Complementary color
Monochromatic Colors of #F5FF74
Black with #F5FF74
Text Example
Text Example
White with #F5FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FF74; }
p { color: rgb(245,255,116); }
H1.HeaderClassName
{
color: #F5FF74;
}
.AnyTagClassName
{
color: #F5FF74;
}
</style>
background-color css
<style>
a { background-color: #F5FF74; }
a { background-color: rgb(245,255,116); }
div.DivClassName
{
background-color: #F5FF74;
}
.BgClassName
{
background-color: #F5FF74;
}
</style>
border-color css
<style>
span { border-color: #F5FF74; }
span { border-color: rgb(245,255,116); }
td.TdClassName
{
border-color: #F5FF74;
}
.TagClassName
{
border-color: #F5FF74;
}
</style>