Shades of Paris Daisy #EDFF4E
Tints of Paris Daisy #EDFF4E
RGB
CMYK
RGB Variations
Color information
#EDFF4E (or 0xEDFF4E) is known color: Paris Daisy. HEX triplet: ED, FF and 4E. RGB value is (237,255,78). Sum of RGB (Red+Green+Blue) = 237+255+78=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 78 (30.86% from 255 or 13.68% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF4E is #1200B1. Grayscale: #E6E6E6. Windows color (decimal): -1179826 or 5177325. OLE color: 5177325.
HSL color Cylindrical-coordinate representation of color #EDFF4E: hue angle of 66.1º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDFF4E is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 78 | - |
| CMYK | 0.07 | 0 | 0.69 | 0 |
| HSL | 66.1º | 1% | 0.65% | - |
| HSV(B) | 66.1º | 0.69% | 1% | - |
| XYZ | 72.06 | 90.07 | 20.8 | - |
| YUV | 229.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 78 | 0.07 | 0 | 0.69 | 0 | 66.1 | 1 | 0.65 |
| Hex | ED | FF | 4E | 7 | 0 | 45 | 0 | 42 | 64 | 41 |
| Octal | 355 | 377 | 116 | 7 | 0 | 105 | 0 | 102 | 144 | 101 |
| Binary | 11101101 | 11111111 | 1001110 | 111 | 0 | 1000101 | 0 | 1000010 | 1100100 | 1000001 |
Color Harmonies of #EDFF4E
Complementary color
Monochromatic Colors of #EDFF4E
Black with #EDFF4E
Text Example
Text Example
White with #EDFF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF4E; }
p { color: rgb(237,255,78); }
H1.HeaderClassName
{
color: #EDFF4E;
}
.AnyTagClassName
{
color: #EDFF4E;
}
</style>
background-color css
<style>
a { background-color: #EDFF4E; }
a { background-color: rgb(237,255,78); }
div.DivClassName
{
background-color: #EDFF4E;
}
.BgClassName
{
background-color: #EDFF4E;
}
</style>
border-color css
<style>
span { border-color: #EDFF4E; }
span { border-color: rgb(237,255,78); }
td.TdClassName
{
border-color: #EDFF4E;
}
.TagClassName
{
border-color: #EDFF4E;
}
</style>