Shades of Paris Daisy #E4FA4B
Tints of Paris Daisy #E4FA4B
RGB
CMYK
RGB Variations
Color information
#E4FA4B (or 0xE4FA4B) is known color: Paris Daisy. HEX triplet: E4, FA and 4B. RGB value is (228,250,75). Sum of RGB (Red+Green+Blue) = 228+250+75=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 75 (29.69% from 255 or 13.56% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4FA4B is #1B05B4. Grayscale: #E0E0E0. Windows color (decimal): -1770933 or 4979428. OLE color: 4979428.
HSL color Cylindrical-coordinate representation of color #E4FA4B: hue angle of 67.54º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E4FA4B is Cyan = 0.09, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 250 | 75 | - |
| CMYK | 0.09 | 0 | 0.7 | 0.02 |
| HSL | 67.54º | 0.95% | 0.64% | - |
| HSV(B) | 67.54º | 0.7% | 0.98% | - |
| XYZ | 67.45 | 85.37 | 19.58 | - |
| YUV | 223.47 | 44.21 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 250 | 75 | 0.09 | 0 | 0.7 | 0.02 | 67.54 | 0.95 | 0.64 |
| Hex | E4 | FA | 4B | 9 | 0 | 46 | 2 | 44 | 5F | 40 |
| Octal | 344 | 372 | 113 | 11 | 0 | 106 | 2 | 104 | 137 | 100 |
| Binary | 11100100 | 11111010 | 1001011 | 1001 | 0 | 1000110 | 10 | 1000100 | 1011111 | 1000000 |
Color Harmonies of #E4FA4B
Complementary color
Monochromatic Colors of #E4FA4B
Black with #E4FA4B
Text Example
Text Example
White with #E4FA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FA4B; }
p { color: rgb(228,250,75); }
H1.HeaderClassName
{
color: #E4FA4B;
}
.AnyTagClassName
{
color: #E4FA4B;
}
</style>
background-color css
<style>
a { background-color: #E4FA4B; }
a { background-color: rgb(228,250,75); }
div.DivClassName
{
background-color: #E4FA4B;
}
.BgClassName
{
background-color: #E4FA4B;
}
</style>
border-color css
<style>
span { border-color: #E4FA4B; }
span { border-color: rgb(228,250,75); }
td.TdClassName
{
border-color: #E4FA4B;
}
.TagClassName
{
border-color: #E4FA4B;
}
</style>