Shades of Paris Daisy #EDFE40
Tints of Paris Daisy #EDFE40
RGB
CMYK
RGB Variations
Color information
#EDFE40 (or 0xEDFE40) is known color: Paris Daisy. HEX triplet: ED, FE and 40. RGB value is (237,254,64). Sum of RGB (Red+Green+Blue) = 237+254+64=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 64 (25.39% from 255 or 11.53% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE40 is #1201BF. Grayscale: #E3E3E3. Windows color (decimal): -1180096 or 4259565. OLE color: 4259565.
HSL color Cylindrical-coordinate representation of color #EDFE40: hue angle of 65.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDFE40 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 64 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.00 |
| HSL | 65.37º | 0.99% | 0.62% | - |
| HSV(B) | 65.37º | 0.75% | 1% | - |
| XYZ | 71.29 | 89.26 | 18.32 | - |
| YUV | 227.26 | 35.87 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 64 | 0.07 | 0 | 0.75 | 0.00 | 65.37 | 0.99 | 0.62 |
| Hex | ED | FE | 40 | 7 | 0 | 4B | 0 | 41 | 63 | 3E |
| Octal | 355 | 376 | 100 | 7 | 0 | 113 | 0 | 101 | 143 | 76 |
| Binary | 11101101 | 11111110 | 1000000 | 111 | 0 | 1001011 | 0 | 1000001 | 1100011 | 111110 |
Color Harmonies of #EDFE40
Complementary color
Monochromatic Colors of #EDFE40
Black with #EDFE40
Text Example
Text Example
White with #EDFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE40; }
p { color: rgb(237,254,64); }
H1.HeaderClassName
{
color: #EDFE40;
}
.AnyTagClassName
{
color: #EDFE40;
}
</style>
background-color css
<style>
a { background-color: #EDFE40; }
a { background-color: rgb(237,254,64); }
div.DivClassName
{
background-color: #EDFE40;
}
.BgClassName
{
background-color: #EDFE40;
}
</style>
border-color css
<style>
span { border-color: #EDFE40; }
span { border-color: rgb(237,254,64); }
td.TdClassName
{
border-color: #EDFE40;
}
.TagClassName
{
border-color: #EDFE40;
}
</style>