Shades of Dolly #F2FE73
Tints of Dolly #F2FE73
RGB
CMYK
RGB Variations
Color information
#F2FE73 (or 0xF2FE73) is known color: Dolly. HEX triplet: F2, FE and 73. RGB value is (242,254,115). Sum of RGB (Red+Green+Blue) = 242+254+115=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 115 (45.31% from 255 or 18.82% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE73 is #0D018C. Grayscale: #EBEBEB. Windows color (decimal): -852365 or 7601906. OLE color: 7601906.
HSL color Cylindrical-coordinate representation of color #F2FE73: hue angle of 65.18º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2FE73 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 115 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.00 |
| HSL | 65.18º | 0.99% | 0.72% | - |
| HSV(B) | 65.18º | 0.55% | 1% | - |
| XYZ | 75.15 | 91 | 29.82 | - |
| YUV | 234.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 115 | 0.05 | 0 | 0.55 | 0.00 | 65.18 | 0.99 | 0.72 |
| Hex | F2 | FE | 73 | 5 | 0 | 37 | 0 | 41 | 63 | 48 |
| Octal | 362 | 376 | 163 | 5 | 0 | 67 | 0 | 101 | 143 | 110 |
| Binary | 11110010 | 11111110 | 1110011 | 101 | 0 | 110111 | 0 | 1000001 | 1100011 | 1001000 |
Color Harmonies of #F2FE73
Complementary color
Monochromatic Colors of #F2FE73
Black with #F2FE73
Text Example
Text Example
White with #F2FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE73; }
p { color: rgb(242,254,115); }
H1.HeaderClassName
{
color: #F2FE73;
}
.AnyTagClassName
{
color: #F2FE73;
}
</style>
background-color css
<style>
a { background-color: #F2FE73; }
a { background-color: rgb(242,254,115); }
div.DivClassName
{
background-color: #F2FE73;
}
.BgClassName
{
background-color: #F2FE73;
}
</style>
border-color css
<style>
span { border-color: #F2FE73; }
span { border-color: rgb(242,254,115); }
td.TdClassName
{
border-color: #F2FE73;
}
.TagClassName
{
border-color: #F2FE73;
}
</style>