Shades of Paris Daisy #E6FA45
Tints of Paris Daisy #E6FA45
RGB
CMYK
RGB Variations
Color information
#E6FA45 (or 0xE6FA45) is known color: Paris Daisy. HEX triplet: E6, FA and 45. RGB value is (230,250,69). Sum of RGB (Red+Green+Blue) = 230+250+69=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FA45 is #1905BA. Grayscale: #E0E0E0. Windows color (decimal): -1639867 or 4586214. OLE color: 4586214.
HSL color Cylindrical-coordinate representation of color #E6FA45: hue angle of 66.63º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6FA45 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 69 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.02 |
| HSL | 66.63º | 0.95% | 0.63% | - |
| HSV(B) | 66.63º | 0.72% | 0.98% | - |
| XYZ | 67.89 | 85.62 | 18.58 | - |
| YUV | 223.39 | 40.87 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 69 | 0.08 | 0 | 0.72 | 0.02 | 66.63 | 0.95 | 0.63 |
| Hex | E6 | FA | 45 | 8 | 0 | 48 | 2 | 43 | 5F | 3F |
| Octal | 346 | 372 | 105 | 10 | 0 | 110 | 2 | 103 | 137 | 77 |
| Binary | 11100110 | 11111010 | 1000101 | 1000 | 0 | 1001000 | 10 | 1000011 | 1011111 | 111111 |
Color Harmonies of #E6FA45
Complementary color
Monochromatic Colors of #E6FA45
Black with #E6FA45
Text Example
Text Example
White with #E6FA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FA45; }
p { color: rgb(230,250,69); }
H1.HeaderClassName
{
color: #E6FA45;
}
.AnyTagClassName
{
color: #E6FA45;
}
</style>
background-color css
<style>
a { background-color: #E6FA45; }
a { background-color: rgb(230,250,69); }
div.DivClassName
{
background-color: #E6FA45;
}
.BgClassName
{
background-color: #E6FA45;
}
</style>
border-color css
<style>
span { border-color: #E6FA45; }
span { border-color: rgb(230,250,69); }
td.TdClassName
{
border-color: #E6FA45;
}
.TagClassName
{
border-color: #E6FA45;
}
</style>