Shades of Paris Daisy #F2FE4E
Tints of Paris Daisy #F2FE4E
RGB
CMYK
RGB Variations
Color information
#F2FE4E (or 0xF2FE4E) is known color: Paris Daisy. HEX triplet: F2, FE and 4E. RGB value is (242,254,78). Sum of RGB (Red+Green+Blue) = 242+254+78=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 78 (30.86% from 255 or 13.59% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE4E is #0D01B1. Grayscale: #E7E7E7. Windows color (decimal): -852402 or 5177074. OLE color: 5177074.
HSL color Cylindrical-coordinate representation of color #F2FE4E: hue angle of 64.09º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2FE4E is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 78 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.00 |
| HSL | 64.09º | 0.99% | 0.65% | - |
| HSV(B) | 64.09º | 0.69% | 1% | - |
| XYZ | 73.43 | 90.31 | 20.77 | - |
| YUV | 230.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 78 | 0.05 | 0 | 0.69 | 0.00 | 64.09 | 0.99 | 0.65 |
| Hex | F2 | FE | 4E | 5 | 0 | 45 | 0 | 40 | 63 | 41 |
| Octal | 362 | 376 | 116 | 5 | 0 | 105 | 0 | 100 | 143 | 101 |
| Binary | 11110010 | 11111110 | 1001110 | 101 | 0 | 1000101 | 0 | 1000000 | 1100011 | 1000001 |
Color Harmonies of #F2FE4E
Complementary color
Monochromatic Colors of #F2FE4E
Black with #F2FE4E
Text Example
Text Example
White with #F2FE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE4E; }
p { color: rgb(242,254,78); }
H1.HeaderClassName
{
color: #F2FE4E;
}
.AnyTagClassName
{
color: #F2FE4E;
}
</style>
background-color css
<style>
a { background-color: #F2FE4E; }
a { background-color: rgb(242,254,78); }
div.DivClassName
{
background-color: #F2FE4E;
}
.BgClassName
{
background-color: #F2FE4E;
}
</style>
border-color css
<style>
span { border-color: #F2FE4E; }
span { border-color: rgb(242,254,78); }
td.TdClassName
{
border-color: #F2FE4E;
}
.TagClassName
{
border-color: #F2FE4E;
}
</style>