Shades of Paris Daisy #EDFF4D
Tints of Paris Daisy #EDFF4D
RGB
CMYK
RGB Variations
Color information
#EDFF4D (or 0xEDFF4D) is known color: Paris Daisy. HEX triplet: ED, FF and 4D. RGB value is (237,255,77). Sum of RGB (Red+Green+Blue) = 237+255+77=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 77 (30.47% from 255 or 13.53% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF4D is #1200B2. Grayscale: #E6E6E6. Windows color (decimal): -1179827 or 5111789. OLE color: 5111789.
HSL color Cylindrical-coordinate representation of color #EDFF4D: hue angle of 66.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDFF4D is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 77 | - |
| CMYK | 0.07 | 0 | 0.70 | 0 |
| HSL | 66.07º | 1% | 0.65% | - |
| HSV(B) | 66.07º | 0.7% | 1% | - |
| XYZ | 72.02 | 90.06 | 20.61 | - |
| YUV | 229.33 | 42.04 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 77 | 0.07 | 0 | 0.70 | 0 | 66.07 | 1 | 0.65 |
| Hex | ED | FF | 4D | 7 | 0 | 46 | 0 | 42 | 64 | 41 |
| Octal | 355 | 377 | 115 | 7 | 0 | 106 | 0 | 102 | 144 | 101 |
| Binary | 11101101 | 11111111 | 1001101 | 111 | 0 | 1000110 | 0 | 1000010 | 1100100 | 1000001 |
Color Harmonies of #EDFF4D
Complementary color
Monochromatic Colors of #EDFF4D
Black with #EDFF4D
Text Example
Text Example
White with #EDFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF4D; }
p { color: rgb(237,255,77); }
H1.HeaderClassName
{
color: #EDFF4D;
}
.AnyTagClassName
{
color: #EDFF4D;
}
</style>
background-color css
<style>
a { background-color: #EDFF4D; }
a { background-color: rgb(237,255,77); }
div.DivClassName
{
background-color: #EDFF4D;
}
.BgClassName
{
background-color: #EDFF4D;
}
</style>
border-color css
<style>
span { border-color: #EDFF4D; }
span { border-color: rgb(237,255,77); }
td.TdClassName
{
border-color: #EDFF4D;
}
.TagClassName
{
border-color: #EDFF4D;
}
</style>