Shades of Paris Daisy #EDFE50
Tints of Paris Daisy #EDFE50
RGB
CMYK
RGB Variations
Color information
#EDFE50 (or 0xEDFE50) is known color: Paris Daisy. HEX triplet: ED, FE and 50. RGB value is (237,254,80). Sum of RGB (Red+Green+Blue) = 237+254+80=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 80 (31.64% from 255 or 14.01% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE50 is #1201AF. Grayscale: #E5E5E5. Windows color (decimal): -1180080 or 5308141. OLE color: 5308141.
HSL color Cylindrical-coordinate representation of color #EDFE50: hue angle of 65.86º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDFE50 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 80 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.00 |
| HSL | 65.86º | 0.99% | 0.65% | - |
| HSV(B) | 65.86º | 0.69% | 1% | - |
| XYZ | 71.81 | 89.47 | 21.07 | - |
| YUV | 229.08 | 43.87 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 80 | 0.07 | 0 | 0.69 | 0.00 | 65.86 | 0.99 | 0.65 |
| Hex | ED | FE | 50 | 7 | 0 | 45 | 0 | 42 | 63 | 41 |
| Octal | 355 | 376 | 120 | 7 | 0 | 105 | 0 | 102 | 143 | 101 |
| Binary | 11101101 | 11111110 | 1010000 | 111 | 0 | 1000101 | 0 | 1000010 | 1100011 | 1000001 |
Color Harmonies of #EDFE50
Complementary color
Monochromatic Colors of #EDFE50
Black with #EDFE50
Text Example
Text Example
White with #EDFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE50; }
p { color: rgb(237,254,80); }
H1.HeaderClassName
{
color: #EDFE50;
}
.AnyTagClassName
{
color: #EDFE50;
}
</style>
background-color css
<style>
a { background-color: #EDFE50; }
a { background-color: rgb(237,254,80); }
div.DivClassName
{
background-color: #EDFE50;
}
.BgClassName
{
background-color: #EDFE50;
}
</style>
border-color css
<style>
span { border-color: #EDFE50; }
span { border-color: rgb(237,254,80); }
td.TdClassName
{
border-color: #EDFE50;
}
.TagClassName
{
border-color: #EDFE50;
}
</style>