Shades of Paris Daisy #E7F148
Tints of Paris Daisy #E7F148
RGB
CMYK
RGB Variations
Color information
#E7F148 (or 0xE7F148) is known color: Paris Daisy. HEX triplet: E7, F1 and 48. RGB value is (231,241,72). Sum of RGB (Red+Green+Blue) = 231+241+72=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 72 (28.52% from 255 or 13.24% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #E7F148 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7F148 is #180EB7. Grayscale: #DBDBDB. Windows color (decimal): -1576632 or 4780519. OLE color: 4780519.
HSL color Cylindrical-coordinate representation of color #E7F148: hue angle of 63.55º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7F148 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 241 | 72 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.05 |
| HSL | 63.55º | 0.86% | 0.61% | - |
| HSV(B) | 63.55º | 0.7% | 0.95% | - |
| XYZ | 65.58 | 80.37 | 18.19 | - |
| YUV | 218.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 241 | 72 | 0.04 | 0 | 0.70 | 0.05 | 63.55 | 0.86 | 0.61 |
| Hex | E7 | F1 | 48 | 4 | 0 | 46 | 5 | 40 | 56 | 3D |
| Octal | 347 | 361 | 110 | 4 | 0 | 106 | 5 | 100 | 126 | 75 |
| Binary | 11100111 | 11110001 | 1001000 | 100 | 0 | 1000110 | 101 | 1000000 | 1010110 | 111101 |
Color Harmonies of #E7F148
Complementary color
Monochromatic Colors of #E7F148
Black with #E7F148
Text Example
Text Example
White with #E7F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F148; }
p { color: rgb(231,241,72); }
H1.HeaderClassName
{
color: #E7F148;
}
.AnyTagClassName
{
color: #E7F148;
}
</style>
background-color css
<style>
a { background-color: #E7F148; }
a { background-color: rgb(231,241,72); }
div.DivClassName
{
background-color: #E7F148;
}
.BgClassName
{
background-color: #E7F148;
}
</style>
border-color css
<style>
span { border-color: #E7F148; }
span { border-color: rgb(231,241,72); }
td.TdClassName
{
border-color: #E7F148;
}
.TagClassName
{
border-color: #E7F148;
}
</style>