Shades of Paris Daisy #F0FF3D
Tints of Paris Daisy #F0FF3D
RGB
CMYK
RGB Variations
Color information
#F0FF3D (or 0xF0FF3D) is known color: Paris Daisy. HEX triplet: F0, FF and 3D. RGB value is (240,255,61). Sum of RGB (Red+Green+Blue) = 240+255+61=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 61 (24.22% from 255 or 10.97% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FF3D is #0F00C2. Grayscale: #E5E5E5. Windows color (decimal): -983235 or 4063216. OLE color: 4063216.
HSL color Cylindrical-coordinate representation of color #F0FF3D: hue angle of 64.64º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0FF3D is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 61 | - |
| CMYK | 0.06 | 0 | 0.76 | 0 |
| HSL | 64.64º | 1% | 0.62% | - |
| HSV(B) | 64.64º | 0.76% | 1% | - |
| XYZ | 72.54 | 90.38 | 18.04 | - |
| YUV | 228.4 | 33.53 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 61 | 0.06 | 0 | 0.76 | 0 | 64.64 | 1 | 0.62 |
| Hex | F0 | FF | 3D | 6 | 0 | 4C | 0 | 41 | 64 | 3E |
| Octal | 360 | 377 | 75 | 6 | 0 | 114 | 0 | 101 | 144 | 76 |
| Binary | 11110000 | 11111111 | 111101 | 110 | 0 | 1001100 | 0 | 1000001 | 1100100 | 111110 |
Color Harmonies of #F0FF3D
Complementary color
Monochromatic Colors of #F0FF3D
Black with #F0FF3D
Text Example
Text Example
White with #F0FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF3D; }
p { color: rgb(240,255,61); }
H1.HeaderClassName
{
color: #F0FF3D;
}
.AnyTagClassName
{
color: #F0FF3D;
}
</style>
background-color css
<style>
a { background-color: #F0FF3D; }
a { background-color: rgb(240,255,61); }
div.DivClassName
{
background-color: #F0FF3D;
}
.BgClassName
{
background-color: #F0FF3D;
}
</style>
border-color css
<style>
span { border-color: #F0FF3D; }
span { border-color: rgb(240,255,61); }
td.TdClassName
{
border-color: #F0FF3D;
}
.TagClassName
{
border-color: #F0FF3D;
}
</style>