Shades of Paris Daisy #EDFF4F
Tints of Paris Daisy #EDFF4F
RGB
CMYK
RGB Variations
Color information
#EDFF4F (or 0xEDFF4F) is known color: Paris Daisy. HEX triplet: ED, FF and 4F. RGB value is (237,255,79). Sum of RGB (Red+Green+Blue) = 237+255+79=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 79 (31.25% from 255 or 13.84% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF4F is #1200B0. Grayscale: #E6E6E6. Windows color (decimal): -1179825 or 5242861. OLE color: 5242861.
HSL color Cylindrical-coordinate representation of color #EDFF4F: hue angle of 66.14º 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 #EDFF4F is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 79 | - |
| CMYK | 0.07 | 0 | 0.69 | 0 |
| HSL | 66.14º | 1% | 0.65% | - |
| HSV(B) | 66.14º | 0.69% | 1% | - |
| XYZ | 72.1 | 90.09 | 20.99 | - |
| YUV | 229.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 79 | 0.07 | 0 | 0.69 | 0 | 66.14 | 1 | 0.65 |
| Hex | ED | FF | 4F | 7 | 0 | 45 | 0 | 42 | 64 | 41 |
| Octal | 355 | 377 | 117 | 7 | 0 | 105 | 0 | 102 | 144 | 101 |
| Binary | 11101101 | 11111111 | 1001111 | 111 | 0 | 1000101 | 0 | 1000010 | 1100100 | 1000001 |
Color Harmonies of #EDFF4F
Complementary color
Monochromatic Colors of #EDFF4F
Black with #EDFF4F
Text Example
Text Example
White with #EDFF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF4F; }
p { color: rgb(237,255,79); }
H1.HeaderClassName
{
color: #EDFF4F;
}
.AnyTagClassName
{
color: #EDFF4F;
}
</style>
background-color css
<style>
a { background-color: #EDFF4F; }
a { background-color: rgb(237,255,79); }
div.DivClassName
{
background-color: #EDFF4F;
}
.BgClassName
{
background-color: #EDFF4F;
}
</style>
border-color css
<style>
span { border-color: #EDFF4F; }
span { border-color: rgb(237,255,79); }
td.TdClassName
{
border-color: #EDFF4F;
}
.TagClassName
{
border-color: #EDFF4F;
}
</style>