Shades of Paris Daisy #F2FF3C
Tints of Paris Daisy #F2FF3C
RGB
CMYK
RGB Variations
Color information
#F2FF3C (or 0xF2FF3C) is known color: Paris Daisy. HEX triplet: F2, FF and 3C. RGB value is (242,255,60). Sum of RGB (Red+Green+Blue) = 242+255+60=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 60 (23.83% from 255 or 10.77% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FF3C is #0D00C3. Grayscale: #E5E5E5. Windows color (decimal): -852164 or 3997682. OLE color: 3997682.
HSL color Cylindrical-coordinate representation of color #F2FF3C: hue angle of 64º 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 #F2FF3C is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 60 | - |
| CMYK | 0.05 | 0 | 0.76 | 0 |
| HSL | 64º | 1% | 0.62% | - |
| HSV(B) | 64º | 0.76% | 1% | - |
| XYZ | 73.19 | 90.72 | 17.93 | - |
| YUV | 228.88 | 32.69 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 60 | 0.05 | 0 | 0.76 | 0 | 64 | 1 | 0.62 |
| Hex | F2 | FF | 3C | 5 | 0 | 4C | 0 | 40 | 64 | 3E |
| Octal | 362 | 377 | 74 | 5 | 0 | 114 | 0 | 100 | 144 | 76 |
| Binary | 11110010 | 11111111 | 111100 | 101 | 0 | 1001100 | 0 | 1000000 | 1100100 | 111110 |
Color Harmonies of #F2FF3C
Complementary color
Monochromatic Colors of #F2FF3C
Black with #F2FF3C
Text Example
Text Example
White with #F2FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF3C; }
p { color: rgb(242,255,60); }
H1.HeaderClassName
{
color: #F2FF3C;
}
.AnyTagClassName
{
color: #F2FF3C;
}
</style>
background-color css
<style>
a { background-color: #F2FF3C; }
a { background-color: rgb(242,255,60); }
div.DivClassName
{
background-color: #F2FF3C;
}
.BgClassName
{
background-color: #F2FF3C;
}
</style>
border-color css
<style>
span { border-color: #F2FF3C; }
span { border-color: rgb(242,255,60); }
td.TdClassName
{
border-color: #F2FF3C;
}
.TagClassName
{
border-color: #F2FF3C;
}
</style>