Shades of Paris Daisy #F2FF3E
Tints of Paris Daisy #F2FF3E
RGB
CMYK
RGB Variations
Color information
#F2FF3E (or 0xF2FF3E) is known color: Paris Daisy. HEX triplet: F2, FF and 3E. RGB value is (242,255,62). Sum of RGB (Red+Green+Blue) = 242+255+62=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 62 (24.61% from 255 or 11.09% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FF3E is #0D00C1. Grayscale: #E5E5E5. Windows color (decimal): -852162 or 4128754. OLE color: 4128754.
HSL color Cylindrical-coordinate representation of color #F2FF3E: hue angle of 64.04º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2FF3E is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 62 | - |
| CMYK | 0.05 | 0 | 0.76 | 0 |
| HSL | 64.04º | 1% | 0.62% | - |
| HSV(B) | 64.04º | 0.76% | 1% | - |
| XYZ | 73.25 | 90.75 | 18.21 | - |
| YUV | 229.11 | 33.69 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 62 | 0.05 | 0 | 0.76 | 0 | 64.04 | 1 | 0.62 |
| Hex | F2 | FF | 3E | 5 | 0 | 4C | 0 | 40 | 64 | 3E |
| Octal | 362 | 377 | 76 | 5 | 0 | 114 | 0 | 100 | 144 | 76 |
| Binary | 11110010 | 11111111 | 111110 | 101 | 0 | 1001100 | 0 | 1000000 | 1100100 | 111110 |
Color Harmonies of #F2FF3E
Complementary color
Monochromatic Colors of #F2FF3E
Black with #F2FF3E
Text Example
Text Example
White with #F2FF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF3E; }
p { color: rgb(242,255,62); }
H1.HeaderClassName
{
color: #F2FF3E;
}
.AnyTagClassName
{
color: #F2FF3E;
}
</style>
background-color css
<style>
a { background-color: #F2FF3E; }
a { background-color: rgb(242,255,62); }
div.DivClassName
{
background-color: #F2FF3E;
}
.BgClassName
{
background-color: #F2FF3E;
}
</style>
border-color css
<style>
span { border-color: #F2FF3E; }
span { border-color: rgb(242,255,62); }
td.TdClassName
{
border-color: #F2FF3E;
}
.TagClassName
{
border-color: #F2FF3E;
}
</style>