Shades of Dolly #F2FF75
Tints of Dolly #F2FF75
RGB
CMYK
RGB Variations
Color information
#F2FF75 (or 0xF2FF75) is known color: Dolly. HEX triplet: F2, FF and 75. RGB value is (242,255,117). Sum of RGB (Red+Green+Blue) = 242+255+117=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 117 (46.09% from 255 or 19.06% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF75 is #0D008A. Grayscale: #EBEBEB. Windows color (decimal): -852107 or 7733234. OLE color: 7733234.
HSL color Cylindrical-coordinate representation of color #F2FF75: hue angle of 65.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2FF75 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 117 | - |
| CMYK | 0.05 | 0 | 0.54 | 0 |
| HSL | 65.65º | 1% | 0.73% | - |
| HSV(B) | 65.65º | 0.54% | 1% | - |
| XYZ | 75.59 | 91.68 | 30.54 | - |
| YUV | 235.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 117 | 0.05 | 0 | 0.54 | 0 | 65.65 | 1 | 0.73 |
| Hex | F2 | FF | 75 | 5 | 0 | 36 | 0 | 42 | 64 | 49 |
| Octal | 362 | 377 | 165 | 5 | 0 | 66 | 0 | 102 | 144 | 111 |
| Binary | 11110010 | 11111111 | 1110101 | 101 | 0 | 110110 | 0 | 1000010 | 1100100 | 1001001 |
Color Harmonies of #F2FF75
Complementary color
Monochromatic Colors of #F2FF75
Black with #F2FF75
Text Example
Text Example
White with #F2FF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF75; }
p { color: rgb(242,255,117); }
H1.HeaderClassName
{
color: #F2FF75;
}
.AnyTagClassName
{
color: #F2FF75;
}
</style>
background-color css
<style>
a { background-color: #F2FF75; }
a { background-color: rgb(242,255,117); }
div.DivClassName
{
background-color: #F2FF75;
}
.BgClassName
{
background-color: #F2FF75;
}
</style>
border-color css
<style>
span { border-color: #F2FF75; }
span { border-color: rgb(242,255,117); }
td.TdClassName
{
border-color: #F2FF75;
}
.TagClassName
{
border-color: #F2FF75;
}
</style>