Shades of Dolly #F2FE74
Tints of Dolly #F2FE74
RGB
CMYK
RGB Variations
Color information
#F2FE74 (or 0xF2FE74) is known color: Dolly. HEX triplet: F2, FE and 74. RGB value is (242,254,116). Sum of RGB (Red+Green+Blue) = 242+254+116=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 116 (45.70% from 255 or 18.95% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE74 is #0D018B. Grayscale: #EBEBEB. Windows color (decimal): -852364 or 7667442. OLE color: 7667442.
HSL color Cylindrical-coordinate representation of color #F2FE74: hue angle of 65.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2FE74 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 116 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.00 |
| HSL | 65.22º | 0.99% | 0.73% | - |
| HSV(B) | 65.22º | 0.54% | 1% | - |
| XYZ | 75.21 | 91.02 | 30.13 | - |
| YUV | 234.68 | 61.02 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 116 | 0.05 | 0 | 0.54 | 0.00 | 65.22 | 0.99 | 0.73 |
| Hex | F2 | FE | 74 | 5 | 0 | 36 | 0 | 41 | 63 | 49 |
| Octal | 362 | 376 | 164 | 5 | 0 | 66 | 0 | 101 | 143 | 111 |
| Binary | 11110010 | 11111110 | 1110100 | 101 | 0 | 110110 | 0 | 1000001 | 1100011 | 1001001 |
Color Harmonies of #F2FE74
Complementary color
Monochromatic Colors of #F2FE74
Black with #F2FE74
Text Example
Text Example
White with #F2FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE74; }
p { color: rgb(242,254,116); }
H1.HeaderClassName
{
color: #F2FE74;
}
.AnyTagClassName
{
color: #F2FE74;
}
</style>
background-color css
<style>
a { background-color: #F2FE74; }
a { background-color: rgb(242,254,116); }
div.DivClassName
{
background-color: #F2FE74;
}
.BgClassName
{
background-color: #F2FE74;
}
</style>
border-color css
<style>
span { border-color: #F2FE74; }
span { border-color: rgb(242,254,116); }
td.TdClassName
{
border-color: #F2FE74;
}
.TagClassName
{
border-color: #F2FE74;
}
</style>