Shades of Paris Daisy #F2FF4D
Tints of Paris Daisy #F2FF4D
RGB
CMYK
RGB Variations
Color information
#F2FF4D (or 0xF2FF4D) is known color: Paris Daisy. HEX triplet: F2, FF and 4D. RGB value is (242,255,77). Sum of RGB (Red+Green+Blue) = 242+255+77=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 77 (30.47% from 255 or 13.41% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF4D is #0D00B2. Grayscale: #E7E7E7. Windows color (decimal): -852147 or 5111794. OLE color: 5111794.
HSL color Cylindrical-coordinate representation of color #F2FF4D: hue angle of 64.38º 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 #F2FF4D is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 77 | - |
| CMYK | 0.05 | 0 | 0.70 | 0 |
| HSL | 64.38º | 1% | 0.65% | - |
| HSV(B) | 64.38º | 0.7% | 1% | - |
| XYZ | 73.72 | 90.93 | 20.69 | - |
| YUV | 230.82 | 41.19 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 77 | 0.05 | 0 | 0.70 | 0 | 64.38 | 1 | 0.65 |
| Hex | F2 | FF | 4D | 5 | 0 | 46 | 0 | 40 | 64 | 41 |
| Octal | 362 | 377 | 115 | 5 | 0 | 106 | 0 | 100 | 144 | 101 |
| Binary | 11110010 | 11111111 | 1001101 | 101 | 0 | 1000110 | 0 | 1000000 | 1100100 | 1000001 |
Color Harmonies of #F2FF4D
Complementary color
Monochromatic Colors of #F2FF4D
Black with #F2FF4D
Text Example
Text Example
White with #F2FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF4D; }
p { color: rgb(242,255,77); }
H1.HeaderClassName
{
color: #F2FF4D;
}
.AnyTagClassName
{
color: #F2FF4D;
}
</style>
background-color css
<style>
a { background-color: #F2FF4D; }
a { background-color: rgb(242,255,77); }
div.DivClassName
{
background-color: #F2FF4D;
}
.BgClassName
{
background-color: #F2FF4D;
}
</style>
border-color css
<style>
span { border-color: #F2FF4D; }
span { border-color: rgb(242,255,77); }
td.TdClassName
{
border-color: #F2FF4D;
}
.TagClassName
{
border-color: #F2FF4D;
}
</style>