Shades of Paris Daisy #F0FD40
Tints of Paris Daisy #F0FD40
RGB
CMYK
RGB Variations
Color information
#F0FD40 (or 0xF0FD40) is known color: Paris Daisy. HEX triplet: F0, FD and 40. RGB value is (240,253,64). Sum of RGB (Red+Green+Blue) = 240+253+64=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 64 (25.39% from 255 or 11.49% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FD40 is #0F02BF. Grayscale: #E4E4E4. Windows color (decimal): -983744 or 4259312. OLE color: 4259312.
HSL color Cylindrical-coordinate representation of color #F0FD40: hue angle of 64.13º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0FD40 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 64 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.01 |
| HSL | 64.13º | 0.98% | 0.62% | - |
| HSV(B) | 64.13º | 0.75% | 0.99% | - |
| XYZ | 71.99 | 89.15 | 18.26 | - |
| YUV | 227.57 | 35.69 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 64 | 0.05 | 0 | 0.75 | 0.01 | 64.13 | 0.98 | 0.62 |
| Hex | F0 | FD | 40 | 5 | 0 | 4B | 1 | 40 | 62 | 3E |
| Octal | 360 | 375 | 100 | 5 | 0 | 113 | 1 | 100 | 142 | 76 |
| Binary | 11110000 | 11111101 | 1000000 | 101 | 0 | 1001011 | 1 | 1000000 | 1100010 | 111110 |
Color Harmonies of #F0FD40
Complementary color
Monochromatic Colors of #F0FD40
Black with #F0FD40
Text Example
Text Example
White with #F0FD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD40; }
p { color: rgb(240,253,64); }
H1.HeaderClassName
{
color: #F0FD40;
}
.AnyTagClassName
{
color: #F0FD40;
}
</style>
background-color css
<style>
a { background-color: #F0FD40; }
a { background-color: rgb(240,253,64); }
div.DivClassName
{
background-color: #F0FD40;
}
.BgClassName
{
background-color: #F0FD40;
}
</style>
border-color css
<style>
span { border-color: #F0FD40; }
span { border-color: rgb(240,253,64); }
td.TdClassName
{
border-color: #F0FD40;
}
.TagClassName
{
border-color: #F0FD40;
}
</style>