Shades of Paris Daisy #F0FF4D
Tints of Paris Daisy #F0FF4D
RGB
CMYK
RGB Variations
Color information
#F0FF4D (or 0xF0FF4D) is known color: Paris Daisy. HEX triplet: F0, FF and 4D. RGB value is (240,255,77). Sum of RGB (Red+Green+Blue) = 240+255+77=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 77 (30.47% from 255 or 13.46% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF4D is #0F00B2. Grayscale: #E6E6E6. Windows color (decimal): -983219 or 5111792. OLE color: 5111792.
HSL color Cylindrical-coordinate representation of color #F0FF4D: hue angle of 65.06º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0FF4D is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 77 | - |
| CMYK | 0.06 | 0 | 0.70 | 0 |
| HSL | 65.06º | 1% | 0.65% | - |
| HSV(B) | 65.06º | 0.7% | 1% | - |
| XYZ | 73.03 | 90.58 | 20.66 | - |
| YUV | 230.22 | 41.53 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 77 | 0.06 | 0 | 0.70 | 0 | 65.06 | 1 | 0.65 |
| Hex | F0 | FF | 4D | 6 | 0 | 46 | 0 | 41 | 64 | 41 |
| Octal | 360 | 377 | 115 | 6 | 0 | 106 | 0 | 101 | 144 | 101 |
| Binary | 11110000 | 11111111 | 1001101 | 110 | 0 | 1000110 | 0 | 1000001 | 1100100 | 1000001 |
Color Harmonies of #F0FF4D
Complementary color
Monochromatic Colors of #F0FF4D
Black with #F0FF4D
Text Example
Text Example
White with #F0FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF4D; }
p { color: rgb(240,255,77); }
H1.HeaderClassName
{
color: #F0FF4D;
}
.AnyTagClassName
{
color: #F0FF4D;
}
</style>
background-color css
<style>
a { background-color: #F0FF4D; }
a { background-color: rgb(240,255,77); }
div.DivClassName
{
background-color: #F0FF4D;
}
.BgClassName
{
background-color: #F0FF4D;
}
</style>
border-color css
<style>
span { border-color: #F0FF4D; }
span { border-color: rgb(240,255,77); }
td.TdClassName
{
border-color: #F0FF4D;
}
.TagClassName
{
border-color: #F0FF4D;
}
</style>