Shades of Dolly #F2FF72
Tints of Dolly #F2FF72
RGB
CMYK
RGB Variations
Color information
#F2FF72 (or 0xF2FF72) is known color: Dolly. HEX triplet: F2, FF and 72. RGB value is (242,255,114). Sum of RGB (Red+Green+Blue) = 242+255+114=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 114 (44.92% from 255 or 18.66% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF72 is #0D008D. Grayscale: #EBEBEB. Windows color (decimal): -852110 or 7536626. OLE color: 7536626.
HSL color Cylindrical-coordinate representation of color #F2FF72: hue angle of 65.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2FF72 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 114 | - |
| CMYK | 0.05 | 0 | 0.55 | 0 |
| HSL | 65.53º | 1% | 0.72% | - |
| HSV(B) | 65.53º | 0.55% | 1% | - |
| XYZ | 75.42 | 91.61 | 29.63 | - |
| YUV | 235.04 | 59.69 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 114 | 0.05 | 0 | 0.55 | 0 | 65.53 | 1 | 0.72 |
| Hex | F2 | FF | 72 | 5 | 0 | 37 | 0 | 42 | 64 | 48 |
| Octal | 362 | 377 | 162 | 5 | 0 | 67 | 0 | 102 | 144 | 110 |
| Binary | 11110010 | 11111111 | 1110010 | 101 | 0 | 110111 | 0 | 1000010 | 1100100 | 1001000 |
Color Harmonies of #F2FF72
Complementary color
Monochromatic Colors of #F2FF72
Black with #F2FF72
Text Example
Text Example
White with #F2FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF72; }
p { color: rgb(242,255,114); }
H1.HeaderClassName
{
color: #F2FF72;
}
.AnyTagClassName
{
color: #F2FF72;
}
</style>
background-color css
<style>
a { background-color: #F2FF72; }
a { background-color: rgb(242,255,114); }
div.DivClassName
{
background-color: #F2FF72;
}
.BgClassName
{
background-color: #F2FF72;
}
</style>
border-color css
<style>
span { border-color: #F2FF72; }
span { border-color: rgb(242,255,114); }
td.TdClassName
{
border-color: #F2FF72;
}
.TagClassName
{
border-color: #F2FF72;
}
</style>