Shades of Paris Daisy #E4FA4A
Tints of Paris Daisy #E4FA4A
RGB
CMYK
RGB Variations
Color information
#E4FA4A (or 0xE4FA4A) is known color: Paris Daisy. HEX triplet: E4, FA and 4A. RGB value is (228,250,74). Sum of RGB (Red+Green+Blue) = 228+250+74=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 74 (29.30% from 255 or 13.41% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4FA4A is #1B05B5. Grayscale: #E0E0E0. Windows color (decimal): -1770934 or 4913892. OLE color: 4913892.
HSL color Cylindrical-coordinate representation of color #E4FA4A: hue angle of 67.5º 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 #E4FA4A is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 250 | 74 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.02 |
| HSL | 67.5º | 0.95% | 0.64% | - |
| HSV(B) | 67.5º | 0.7% | 0.98% | - |
| XYZ | 67.42 | 85.36 | 19.4 | - |
| YUV | 223.36 | 43.71 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 250 | 74 | 0.09 | 0 | 0.70 | 0.02 | 67.5 | 0.95 | 0.64 |
| Hex | E4 | FA | 4A | 9 | 0 | 46 | 2 | 44 | 5F | 40 |
| Octal | 344 | 372 | 112 | 11 | 0 | 106 | 2 | 104 | 137 | 100 |
| Binary | 11100100 | 11111010 | 1001010 | 1001 | 0 | 1000110 | 10 | 1000100 | 1011111 | 1000000 |
Color Harmonies of #E4FA4A
Complementary color
Monochromatic Colors of #E4FA4A
Black with #E4FA4A
Text Example
Text Example
White with #E4FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FA4A; }
p { color: rgb(228,250,74); }
H1.HeaderClassName
{
color: #E4FA4A;
}
.AnyTagClassName
{
color: #E4FA4A;
}
</style>
background-color css
<style>
a { background-color: #E4FA4A; }
a { background-color: rgb(228,250,74); }
div.DivClassName
{
background-color: #E4FA4A;
}
.BgClassName
{
background-color: #E4FA4A;
}
</style>
border-color css
<style>
span { border-color: #E4FA4A; }
span { border-color: rgb(228,250,74); }
td.TdClassName
{
border-color: #E4FA4A;
}
.TagClassName
{
border-color: #E4FA4A;
}
</style>