Shades of Paris Daisy #F2FD4E
Tints of Paris Daisy #F2FD4E
RGB
CMYK
RGB Variations
Color information
#F2FD4E (or 0xF2FD4E) is known color: Paris Daisy. HEX triplet: F2, FD and 4E. RGB value is (242,253,78). Sum of RGB (Red+Green+Blue) = 242+253+78=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 78 (30.86% from 255 or 13.61% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD4E is #0D02B1. Grayscale: #E6E6E6. Windows color (decimal): -852658 or 5176818. OLE color: 5176818.
HSL color Cylindrical-coordinate representation of color #F2FD4E: hue angle of 63.77º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2FD4E is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 78 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.01 |
| HSL | 63.77º | 0.98% | 0.65% | - |
| HSV(B) | 63.77º | 0.69% | 0.99% | - |
| XYZ | 73.12 | 89.68 | 20.66 | - |
| YUV | 229.76 | 42.36 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 78 | 0.04 | 0 | 0.69 | 0.01 | 63.77 | 0.98 | 0.65 |
| Hex | F2 | FD | 4E | 4 | 0 | 45 | 1 | 40 | 62 | 41 |
| Octal | 362 | 375 | 116 | 4 | 0 | 105 | 1 | 100 | 142 | 101 |
| Binary | 11110010 | 11111101 | 1001110 | 100 | 0 | 1000101 | 1 | 1000000 | 1100010 | 1000001 |
Color Harmonies of #F2FD4E
Complementary color
Monochromatic Colors of #F2FD4E
Black with #F2FD4E
Text Example
Text Example
White with #F2FD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD4E; }
p { color: rgb(242,253,78); }
H1.HeaderClassName
{
color: #F2FD4E;
}
.AnyTagClassName
{
color: #F2FD4E;
}
</style>
background-color css
<style>
a { background-color: #F2FD4E; }
a { background-color: rgb(242,253,78); }
div.DivClassName
{
background-color: #F2FD4E;
}
.BgClassName
{
background-color: #F2FD4E;
}
</style>
border-color css
<style>
span { border-color: #F2FD4E; }
span { border-color: rgb(242,253,78); }
td.TdClassName
{
border-color: #F2FD4E;
}
.TagClassName
{
border-color: #F2FD4E;
}
</style>