Shades of Paris Daisy #EDFE4E
Tints of Paris Daisy #EDFE4E
RGB
CMYK
RGB Variations
Color information
#EDFE4E (or 0xEDFE4E) is known color: Paris Daisy. HEX triplet: ED, FE and 4E. RGB value is (237,254,78). Sum of RGB (Red+Green+Blue) = 237+254+78=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 78 (30.86% from 255 or 13.71% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE4E is #1201B1. Grayscale: #E5E5E5. Windows color (decimal): -1180082 or 5177069. OLE color: 5177069.
HSL color Cylindrical-coordinate representation of color #EDFE4E: hue angle of 65.8º 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 #EDFE4E is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 78 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.00 |
| HSL | 65.8º | 0.99% | 0.65% | - |
| HSV(B) | 65.8º | 0.69% | 1% | - |
| XYZ | 71.74 | 89.44 | 20.69 | - |
| YUV | 228.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 78 | 0.07 | 0 | 0.69 | 0.00 | 65.8 | 0.99 | 0.65 |
| Hex | ED | FE | 4E | 7 | 0 | 45 | 0 | 42 | 63 | 41 |
| Octal | 355 | 376 | 116 | 7 | 0 | 105 | 0 | 102 | 143 | 101 |
| Binary | 11101101 | 11111110 | 1001110 | 111 | 0 | 1000101 | 0 | 1000010 | 1100011 | 1000001 |
Color Harmonies of #EDFE4E
Complementary color
Monochromatic Colors of #EDFE4E
Black with #EDFE4E
Text Example
Text Example
White with #EDFE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE4E; }
p { color: rgb(237,254,78); }
H1.HeaderClassName
{
color: #EDFE4E;
}
.AnyTagClassName
{
color: #EDFE4E;
}
</style>
background-color css
<style>
a { background-color: #EDFE4E; }
a { background-color: rgb(237,254,78); }
div.DivClassName
{
background-color: #EDFE4E;
}
.BgClassName
{
background-color: #EDFE4E;
}
</style>
border-color css
<style>
span { border-color: #EDFE4E; }
span { border-color: rgb(237,254,78); }
td.TdClassName
{
border-color: #EDFE4E;
}
.TagClassName
{
border-color: #EDFE4E;
}
</style>