Shades of Paris Daisy #F5FF41
Tints of Paris Daisy #F5FF41
RGB
CMYK
RGB Variations
Color information
#F5FF41 (or 0xF5FF41) is known color: Paris Daisy. HEX triplet: F5, FF and 41. RGB value is (245,255,65). Sum of RGB (Red+Green+Blue) = 245+255+65=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 65 (25.78% from 255 or 11.50% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FF41 is #0A00BE. Grayscale: #E7E7E7. Windows color (decimal): -655551 or 4325365. OLE color: 4325365.
HSL color Cylindrical-coordinate representation of color #F5FF41: hue angle of 63.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5FF41 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 65 | - |
| CMYK | 0.04 | 0 | 0.75 | 0 |
| HSL | 63.16º | 1% | 0.63% | - |
| HSV(B) | 63.16º | 0.75% | 1% | - |
| XYZ | 74.37 | 91.31 | 18.71 | - |
| YUV | 230.35 | 34.69 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 65 | 0.04 | 0 | 0.75 | 0 | 63.16 | 1 | 0.63 |
| Hex | F5 | FF | 41 | 4 | 0 | 4B | 0 | 3F | 64 | 3F |
| Octal | 365 | 377 | 101 | 4 | 0 | 113 | 0 | 77 | 144 | 77 |
| Binary | 11110101 | 11111111 | 1000001 | 100 | 0 | 1001011 | 0 | 111111 | 1100100 | 111111 |
Color Harmonies of #F5FF41
Complementary color
Monochromatic Colors of #F5FF41
Black with #F5FF41
Text Example
Text Example
White with #F5FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FF41; }
p { color: rgb(245,255,65); }
H1.HeaderClassName
{
color: #F5FF41;
}
.AnyTagClassName
{
color: #F5FF41;
}
</style>
background-color css
<style>
a { background-color: #F5FF41; }
a { background-color: rgb(245,255,65); }
div.DivClassName
{
background-color: #F5FF41;
}
.BgClassName
{
background-color: #F5FF41;
}
</style>
border-color css
<style>
span { border-color: #F5FF41; }
span { border-color: rgb(245,255,65); }
td.TdClassName
{
border-color: #F5FF41;
}
.TagClassName
{
border-color: #F5FF41;
}
</style>