Shades of Paris Daisy #E7FA4B
Tints of Paris Daisy #E7FA4B
RGB
CMYK
RGB Variations
Color information
#E7FA4B (or 0xE7FA4B) is known color: Paris Daisy. HEX triplet: E7, FA and 4B. RGB value is (231,250,75). Sum of RGB (Red+Green+Blue) = 231+250+75=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 75 (29.69% from 255 or 13.49% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #E7FA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7FA4B is #1805B4. Grayscale: #E1E1E1. Windows color (decimal): -1574325 or 4979431. OLE color: 4979431.
HSL color Cylindrical-coordinate representation of color #E7FA4B: hue angle of 66.51º 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 #E7FA4B is Cyan = 0.08, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 250 | 75 | - |
| CMYK | 0.08 | 0 | 0.7 | 0.02 |
| HSL | 66.51º | 0.95% | 0.64% | - |
| HSV(B) | 66.51º | 0.7% | 0.98% | - |
| XYZ | 68.41 | 85.87 | 19.63 | - |
| YUV | 224.37 | 43.71 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 250 | 75 | 0.08 | 0 | 0.7 | 0.02 | 66.51 | 0.95 | 0.64 |
| Hex | E7 | FA | 4B | 8 | 0 | 46 | 2 | 43 | 5F | 40 |
| Octal | 347 | 372 | 113 | 10 | 0 | 106 | 2 | 103 | 137 | 100 |
| Binary | 11100111 | 11111010 | 1001011 | 1000 | 0 | 1000110 | 10 | 1000011 | 1011111 | 1000000 |
Color Harmonies of #E7FA4B
Complementary color
Monochromatic Colors of #E7FA4B
Black with #E7FA4B
Text Example
Text Example
White with #E7FA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FA4B; }
p { color: rgb(231,250,75); }
H1.HeaderClassName
{
color: #E7FA4B;
}
.AnyTagClassName
{
color: #E7FA4B;
}
</style>
background-color css
<style>
a { background-color: #E7FA4B; }
a { background-color: rgb(231,250,75); }
div.DivClassName
{
background-color: #E7FA4B;
}
.BgClassName
{
background-color: #E7FA4B;
}
</style>
border-color css
<style>
span { border-color: #E7FA4B; }
span { border-color: rgb(231,250,75); }
td.TdClassName
{
border-color: #E7FA4B;
}
.TagClassName
{
border-color: #E7FA4B;
}
</style>