Shades of Paris Daisy #E5FB45
Tints of Paris Daisy #E5FB45
RGB
CMYK
RGB Variations
Color information
#E5FB45 (or 0xE5FB45) is known color: Paris Daisy. HEX triplet: E5, FB and 45. RGB value is (229,251,69). Sum of RGB (Red+Green+Blue) = 229+251+69=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FB45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FB45 is #1A04BA. Grayscale: #E0E0E0. Windows color (decimal): -1705147 or 4586469. OLE color: 4586469.
HSL color Cylindrical-coordinate representation of color #E5FB45: hue angle of 67.25º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5FB45 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 251 | 69 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.02 |
| HSL | 67.25º | 0.96% | 0.63% | - |
| HSV(B) | 67.25º | 0.73% | 0.98% | - |
| XYZ | 67.88 | 86.08 | 18.67 | - |
| YUV | 223.67 | 40.71 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 251 | 69 | 0.09 | 0 | 0.73 | 0.02 | 67.25 | 0.96 | 0.63 |
| Hex | E5 | FB | 45 | 9 | 0 | 49 | 2 | 43 | 60 | 3F |
| Octal | 345 | 373 | 105 | 11 | 0 | 111 | 2 | 103 | 140 | 77 |
| Binary | 11100101 | 11111011 | 1000101 | 1001 | 0 | 1001001 | 10 | 1000011 | 1100000 | 111111 |
Color Harmonies of #E5FB45
Complementary color
Monochromatic Colors of #E5FB45
Black with #E5FB45
Text Example
Text Example
White with #E5FB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FB45; }
p { color: rgb(229,251,69); }
H1.HeaderClassName
{
color: #E5FB45;
}
.AnyTagClassName
{
color: #E5FB45;
}
</style>
background-color css
<style>
a { background-color: #E5FB45; }
a { background-color: rgb(229,251,69); }
div.DivClassName
{
background-color: #E5FB45;
}
.BgClassName
{
background-color: #E5FB45;
}
</style>
border-color css
<style>
span { border-color: #E5FB45; }
span { border-color: rgb(229,251,69); }
td.TdClassName
{
border-color: #E5FB45;
}
.TagClassName
{
border-color: #E5FB45;
}
</style>