Shades of Paris Daisy #E5F24A
Tints of Paris Daisy #E5F24A
RGB
CMYK
RGB Variations
Color information
#E5F24A (or 0xE5F24A) is known color: Paris Daisy. HEX triplet: E5, F2 and 4A. RGB value is (229,242,74). Sum of RGB (Red+Green+Blue) = 229+242+74=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 74 (29.30% from 255 or 13.58% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F24A is #1A0DB5. Grayscale: #DBDBDB. Windows color (decimal): -1707446 or 4911845. OLE color: 4911845.
HSL color Cylindrical-coordinate representation of color #E5F24A: hue angle of 64.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5F24A is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 74 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.05 |
| HSL | 64.64º | 0.87% | 0.62% | - |
| HSV(B) | 64.64º | 0.69% | 0.95% | - |
| XYZ | 65.3 | 80.66 | 18.61 | - |
| YUV | 218.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 74 | 0.05 | 0 | 0.69 | 0.05 | 64.64 | 0.87 | 0.62 |
| Hex | E5 | F2 | 4A | 5 | 0 | 45 | 5 | 41 | 57 | 3E |
| Octal | 345 | 362 | 112 | 5 | 0 | 105 | 5 | 101 | 127 | 76 |
| Binary | 11100101 | 11110010 | 1001010 | 101 | 0 | 1000101 | 101 | 1000001 | 1010111 | 111110 |
Color Harmonies of #E5F24A
Complementary color
Monochromatic Colors of #E5F24A
Black with #E5F24A
Text Example
Text Example
White with #E5F24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F24A; }
p { color: rgb(229,242,74); }
H1.HeaderClassName
{
color: #E5F24A;
}
.AnyTagClassName
{
color: #E5F24A;
}
</style>
background-color css
<style>
a { background-color: #E5F24A; }
a { background-color: rgb(229,242,74); }
div.DivClassName
{
background-color: #E5F24A;
}
.BgClassName
{
background-color: #E5F24A;
}
</style>
border-color css
<style>
span { border-color: #E5F24A; }
span { border-color: rgb(229,242,74); }
td.TdClassName
{
border-color: #E5F24A;
}
.TagClassName
{
border-color: #E5F24A;
}
</style>