Shades of Paris Daisy #E4FE48
Tints of Paris Daisy #E4FE48
RGB
CMYK
RGB Variations
Color information
#E4FE48 (or 0xE4FE48) is known color: Paris Daisy. HEX triplet: E4, FE and 48. RGB value is (228,254,72). Sum of RGB (Red+Green+Blue) = 228+254+72=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 72 (28.52% from 255 or 13.00% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #E4FE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4FE48 is #1B01B7. Grayscale: #E2E2E2. Windows color (decimal): -1769912 or 4783844. OLE color: 4783844.
HSL color Cylindrical-coordinate representation of color #E4FE48: hue angle of 68.57º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E4FE48 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 254 | 72 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.00 |
| HSL | 68.57º | 0.99% | 0.64% | - |
| HSV(B) | 68.57º | 0.72% | 1% | - |
| XYZ | 68.61 | 87.85 | 19.47 | - |
| YUV | 225.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 254 | 72 | 0.10 | 0 | 0.72 | 0.00 | 68.57 | 0.99 | 0.64 |
| Hex | E4 | FE | 48 | A | 0 | 48 | 0 | 45 | 63 | 40 |
| Octal | 344 | 376 | 110 | 12 | 0 | 110 | 0 | 105 | 143 | 100 |
| Binary | 11100100 | 11111110 | 1001000 | 1010 | 0 | 1001000 | 0 | 1000101 | 1100011 | 1000000 |
Color Harmonies of #E4FE48
Complementary color
Monochromatic Colors of #E4FE48
Black with #E4FE48
Text Example
Text Example
White with #E4FE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FE48; }
p { color: rgb(228,254,72); }
H1.HeaderClassName
{
color: #E4FE48;
}
.AnyTagClassName
{
color: #E4FE48;
}
</style>
background-color css
<style>
a { background-color: #E4FE48; }
a { background-color: rgb(228,254,72); }
div.DivClassName
{
background-color: #E4FE48;
}
.BgClassName
{
background-color: #E4FE48;
}
</style>
border-color css
<style>
span { border-color: #E4FE48; }
span { border-color: rgb(228,254,72); }
td.TdClassName
{
border-color: #E4FE48;
}
.TagClassName
{
border-color: #E4FE48;
}
</style>