Shades of Paris Daisy #F0FF4A
Tints of Paris Daisy #F0FF4A
RGB
CMYK
RGB Variations
Color information
#F0FF4A (or 0xF0FF4A) is known color: Paris Daisy. HEX triplet: F0, FF and 4A. RGB value is (240,255,74). Sum of RGB (Red+Green+Blue) = 240+255+74=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 74 (29.30% from 255 or 13.01% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FF4A is #0F00B5. Grayscale: #E6E6E6. Windows color (decimal): -983222 or 4915184. OLE color: 4915184.
HSL color Cylindrical-coordinate representation of color #F0FF4A: hue angle of 64.97º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0FF4A is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 74 | - |
| CMYK | 0.06 | 0 | 0.71 | 0 |
| HSL | 64.97º | 1% | 0.65% | - |
| HSV(B) | 64.97º | 0.71% | 1% | - |
| XYZ | 72.93 | 90.54 | 20.11 | - |
| YUV | 229.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 74 | 0.06 | 0 | 0.71 | 0 | 64.97 | 1 | 0.65 |
| Hex | F0 | FF | 4A | 6 | 0 | 47 | 0 | 41 | 64 | 41 |
| Octal | 360 | 377 | 112 | 6 | 0 | 107 | 0 | 101 | 144 | 101 |
| Binary | 11110000 | 11111111 | 1001010 | 110 | 0 | 1000111 | 0 | 1000001 | 1100100 | 1000001 |
Color Harmonies of #F0FF4A
Complementary color
Monochromatic Colors of #F0FF4A
Black with #F0FF4A
Text Example
Text Example
White with #F0FF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF4A; }
p { color: rgb(240,255,74); }
H1.HeaderClassName
{
color: #F0FF4A;
}
.AnyTagClassName
{
color: #F0FF4A;
}
</style>
background-color css
<style>
a { background-color: #F0FF4A; }
a { background-color: rgb(240,255,74); }
div.DivClassName
{
background-color: #F0FF4A;
}
.BgClassName
{
background-color: #F0FF4A;
}
</style>
border-color css
<style>
span { border-color: #F0FF4A; }
span { border-color: rgb(240,255,74); }
td.TdClassName
{
border-color: #F0FF4A;
}
.TagClassName
{
border-color: #F0FF4A;
}
</style>