Shades of Paris Daisy #E5FB4B
Tints of Paris Daisy #E5FB4B
RGB
CMYK
RGB Variations
Color information
#E5FB4B (or 0xE5FB4B) is known color: Paris Daisy. HEX triplet: E5, FB and 4B. RGB value is (229,251,75). Sum of RGB (Red+Green+Blue) = 229+251+75=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 75 (29.69% from 255 or 13.51% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FB4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FB4B is #1A04B4. Grayscale: #E1E1E1. Windows color (decimal): -1705141 or 4979685. OLE color: 4979685.
HSL color Cylindrical-coordinate representation of color #E5FB4B: hue angle of 67.5º degrees, saturation: 0.96, 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 #E5FB4B is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 251 | 75 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.02 |
| HSL | 67.5º | 0.96% | 0.64% | - |
| HSV(B) | 67.5º | 0.7% | 0.98% | - |
| XYZ | 68.08 | 86.16 | 19.7 | - |
| YUV | 224.36 | 43.71 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 251 | 75 | 0.09 | 0 | 0.70 | 0.02 | 67.5 | 0.96 | 0.64 |
| Hex | E5 | FB | 4B | 9 | 0 | 46 | 2 | 44 | 60 | 40 |
| Octal | 345 | 373 | 113 | 11 | 0 | 106 | 2 | 104 | 140 | 100 |
| Binary | 11100101 | 11111011 | 1001011 | 1001 | 0 | 1000110 | 10 | 1000100 | 1100000 | 1000000 |
Color Harmonies of #E5FB4B
Complementary color
Monochromatic Colors of #E5FB4B
Black with #E5FB4B
Text Example
Text Example
White with #E5FB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FB4B; }
p { color: rgb(229,251,75); }
H1.HeaderClassName
{
color: #E5FB4B;
}
.AnyTagClassName
{
color: #E5FB4B;
}
</style>
background-color css
<style>
a { background-color: #E5FB4B; }
a { background-color: rgb(229,251,75); }
div.DivClassName
{
background-color: #E5FB4B;
}
.BgClassName
{
background-color: #E5FB4B;
}
</style>
border-color css
<style>
span { border-color: #E5FB4B; }
span { border-color: rgb(229,251,75); }
td.TdClassName
{
border-color: #E5FB4B;
}
.TagClassName
{
border-color: #E5FB4B;
}
</style>