Shades of Dolly #F4FF71
Tints of Dolly #F4FF71
RGB
CMYK
RGB Variations
Color information
#F4FF71 (or 0xF4FF71) is known color: Dolly. HEX triplet: F4, FF and 71. RGB value is (244,255,113). Sum of RGB (Red+Green+Blue) = 244+255+113=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 113 (44.53% from 255 or 18.46% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FF71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4FF71 is #0B008E. Grayscale: #ECECEC. Windows color (decimal): -721039 or 7471092. OLE color: 7471092.
HSL color Cylindrical-coordinate representation of color #F4FF71: hue angle of 64.65º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4FF71 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 113 | - |
| CMYK | 0.04 | 0 | 0.56 | 0 |
| HSL | 64.65º | 1% | 0.72% | - |
| HSV(B) | 64.65º | 0.56% | 1% | - |
| XYZ | 76.05 | 91.95 | 29.36 | - |
| YUV | 235.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 113 | 0.04 | 0 | 0.56 | 0 | 64.65 | 1 | 0.72 |
| Hex | F4 | FF | 71 | 4 | 0 | 38 | 0 | 41 | 64 | 48 |
| Octal | 364 | 377 | 161 | 4 | 0 | 70 | 0 | 101 | 144 | 110 |
| Binary | 11110100 | 11111111 | 1110001 | 100 | 0 | 111000 | 0 | 1000001 | 1100100 | 1001000 |
Color Harmonies of #F4FF71
Complementary color
Monochromatic Colors of #F4FF71
Black with #F4FF71
Text Example
Text Example
White with #F4FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FF71; }
p { color: rgb(244,255,113); }
H1.HeaderClassName
{
color: #F4FF71;
}
.AnyTagClassName
{
color: #F4FF71;
}
</style>
background-color css
<style>
a { background-color: #F4FF71; }
a { background-color: rgb(244,255,113); }
div.DivClassName
{
background-color: #F4FF71;
}
.BgClassName
{
background-color: #F4FF71;
}
</style>
border-color css
<style>
span { border-color: #F4FF71; }
span { border-color: rgb(244,255,113); }
td.TdClassName
{
border-color: #F4FF71;
}
.TagClassName
{
border-color: #F4FF71;
}
</style>