Shades of Paris Daisy #F5FF4E
Tints of Paris Daisy #F5FF4E
RGB
CMYK
RGB Variations
Color information
#F5FF4E (or 0xF5FF4E) is known color: Paris Daisy. HEX triplet: F5, FF and 4E. RGB value is (245,255,78). Sum of RGB (Red+Green+Blue) = 245+255+78=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 78 (30.86% from 255 or 13.49% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FF4E is #0A00B1. Grayscale: #E8E8E8. Windows color (decimal): -655538 or 5177333. OLE color: 5177333.
HSL color Cylindrical-coordinate representation of color #F5FF4E: hue angle of 63.39º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5FF4E is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 78 | - |
| CMYK | 0.04 | 0 | 0.69 | 0 |
| HSL | 63.39º | 1% | 0.65% | - |
| HSV(B) | 63.39º | 0.69% | 1% | - |
| XYZ | 74.79 | 91.48 | 20.92 | - |
| YUV | 231.83 | 41.19 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 78 | 0.04 | 0 | 0.69 | 0 | 63.39 | 1 | 0.65 |
| Hex | F5 | FF | 4E | 4 | 0 | 45 | 0 | 3F | 64 | 41 |
| Octal | 365 | 377 | 116 | 4 | 0 | 105 | 0 | 77 | 144 | 101 |
| Binary | 11110101 | 11111111 | 1001110 | 100 | 0 | 1000101 | 0 | 111111 | 1100100 | 1000001 |
Color Harmonies of #F5FF4E
Complementary color
Monochromatic Colors of #F5FF4E
Black with #F5FF4E
Text Example
Text Example
White with #F5FF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FF4E; }
p { color: rgb(245,255,78); }
H1.HeaderClassName
{
color: #F5FF4E;
}
.AnyTagClassName
{
color: #F5FF4E;
}
</style>
background-color css
<style>
a { background-color: #F5FF4E; }
a { background-color: rgb(245,255,78); }
div.DivClassName
{
background-color: #F5FF4E;
}
.BgClassName
{
background-color: #F5FF4E;
}
</style>
border-color css
<style>
span { border-color: #F5FF4E; }
span { border-color: rgb(245,255,78); }
td.TdClassName
{
border-color: #F5FF4E;
}
.TagClassName
{
border-color: #F5FF4E;
}
</style>