Shades of Paris Daisy #F5FF4D
Tints of Paris Daisy #F5FF4D
RGB
CMYK
RGB Variations
Color information
#F5FF4D (or 0xF5FF4D) is known color: Paris Daisy. HEX triplet: F5, FF and 4D. RGB value is (245,255,77). Sum of RGB (Red+Green+Blue) = 245+255+77=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 77 (30.47% from 255 or 13.34% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FF4D is #0A00B2. Grayscale: #E8E8E8. Windows color (decimal): -655539 or 5111797. OLE color: 5111797.
HSL color Cylindrical-coordinate representation of color #F5FF4D: hue angle of 63.37º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5FF4D is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 77 | - |
| CMYK | 0.04 | 0 | 0.70 | 0 |
| HSL | 63.37º | 1% | 0.65% | - |
| HSV(B) | 63.37º | 0.7% | 1% | - |
| XYZ | 74.76 | 91.47 | 20.74 | - |
| YUV | 231.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 77 | 0.04 | 0 | 0.70 | 0 | 63.37 | 1 | 0.65 |
| Hex | F5 | FF | 4D | 4 | 0 | 46 | 0 | 3F | 64 | 41 |
| Octal | 365 | 377 | 115 | 4 | 0 | 106 | 0 | 77 | 144 | 101 |
| Binary | 11110101 | 11111111 | 1001101 | 100 | 0 | 1000110 | 0 | 111111 | 1100100 | 1000001 |
Color Harmonies of #F5FF4D
Complementary color
Monochromatic Colors of #F5FF4D
Black with #F5FF4D
Text Example
Text Example
White with #F5FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FF4D; }
p { color: rgb(245,255,77); }
H1.HeaderClassName
{
color: #F5FF4D;
}
.AnyTagClassName
{
color: #F5FF4D;
}
</style>
background-color css
<style>
a { background-color: #F5FF4D; }
a { background-color: rgb(245,255,77); }
div.DivClassName
{
background-color: #F5FF4D;
}
.BgClassName
{
background-color: #F5FF4D;
}
</style>
border-color css
<style>
span { border-color: #F5FF4D; }
span { border-color: rgb(245,255,77); }
td.TdClassName
{
border-color: #F5FF4D;
}
.TagClassName
{
border-color: #F5FF4D;
}
</style>