Shades of Paris Daisy #F0FE40
Tints of Paris Daisy #F0FE40
RGB
CMYK
RGB Variations
Color information
#F0FE40 (or 0xF0FE40) is known color: Paris Daisy. HEX triplet: F0, FE and 40. RGB value is (240,254,64). Sum of RGB (Red+Green+Blue) = 240+254+64=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 64 (25.39% from 255 or 11.47% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FE40 is #0F01BF. Grayscale: #E4E4E4. Windows color (decimal): -983488 or 4259568. OLE color: 4259568.
HSL color Cylindrical-coordinate representation of color #F0FE40: hue angle of 64.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0FE40 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 64 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.00 |
| HSL | 64.42º | 0.99% | 0.62% | - |
| HSV(B) | 64.42º | 0.75% | 1% | - |
| XYZ | 72.3 | 89.78 | 18.37 | - |
| YUV | 228.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 64 | 0.06 | 0 | 0.75 | 0.00 | 64.42 | 0.99 | 0.62 |
| Hex | F0 | FE | 40 | 6 | 0 | 4B | 0 | 40 | 63 | 3E |
| Octal | 360 | 376 | 100 | 6 | 0 | 113 | 0 | 100 | 143 | 76 |
| Binary | 11110000 | 11111110 | 1000000 | 110 | 0 | 1001011 | 0 | 1000000 | 1100011 | 111110 |
Color Harmonies of #F0FE40
Complementary color
Monochromatic Colors of #F0FE40
Black with #F0FE40
Text Example
Text Example
White with #F0FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE40; }
p { color: rgb(240,254,64); }
H1.HeaderClassName
{
color: #F0FE40;
}
.AnyTagClassName
{
color: #F0FE40;
}
</style>
background-color css
<style>
a { background-color: #F0FE40; }
a { background-color: rgb(240,254,64); }
div.DivClassName
{
background-color: #F0FE40;
}
.BgClassName
{
background-color: #F0FE40;
}
</style>
border-color css
<style>
span { border-color: #F0FE40; }
span { border-color: rgb(240,254,64); }
td.TdClassName
{
border-color: #F0FE40;
}
.TagClassName
{
border-color: #F0FE40;
}
</style>