Shades of Paris Daisy #F0FF4B
Tints of Paris Daisy #F0FF4B
RGB
CMYK
RGB Variations
Color information
#F0FF4B (or 0xF0FF4B) is known color: Paris Daisy. HEX triplet: F0, FF and 4B. RGB value is (240,255,75). Sum of RGB (Red+Green+Blue) = 240+255+75=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 75 (29.69% from 255 or 13.16% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FF4B is #0F00B4. Grayscale: #E6E6E6. Windows color (decimal): -983221 or 4980720. OLE color: 4980720.
HSL color Cylindrical-coordinate representation of color #F0FF4B: hue angle of 65º 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 #F0FF4B is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 75 | - |
| CMYK | 0.06 | 0 | 0.71 | 0 |
| HSL | 65º | 1% | 0.65% | - |
| HSV(B) | 65º | 0.71% | 1% | - |
| XYZ | 72.97 | 90.55 | 20.29 | - |
| YUV | 230 | 40.53 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 75 | 0.06 | 0 | 0.71 | 0 | 65 | 1 | 0.65 |
| Hex | F0 | FF | 4B | 6 | 0 | 47 | 0 | 41 | 64 | 41 |
| Octal | 360 | 377 | 113 | 6 | 0 | 107 | 0 | 101 | 144 | 101 |
| Binary | 11110000 | 11111111 | 1001011 | 110 | 0 | 1000111 | 0 | 1000001 | 1100100 | 1000001 |
Color Harmonies of #F0FF4B
Complementary color
Monochromatic Colors of #F0FF4B
Black with #F0FF4B
Text Example
Text Example
White with #F0FF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF4B; }
p { color: rgb(240,255,75); }
H1.HeaderClassName
{
color: #F0FF4B;
}
.AnyTagClassName
{
color: #F0FF4B;
}
</style>
background-color css
<style>
a { background-color: #F0FF4B; }
a { background-color: rgb(240,255,75); }
div.DivClassName
{
background-color: #F0FF4B;
}
.BgClassName
{
background-color: #F0FF4B;
}
</style>
border-color css
<style>
span { border-color: #F0FF4B; }
span { border-color: rgb(240,255,75); }
td.TdClassName
{
border-color: #F0FF4B;
}
.TagClassName
{
border-color: #F0FF4B;
}
</style>