Shades of Paris Daisy #EDFF40
Tints of Paris Daisy #EDFF40
RGB
CMYK
RGB Variations
Color information
#EDFF40 (or 0xEDFF40) is known color: Paris Daisy. HEX triplet: ED, FF and 40. RGB value is (237,255,64). Sum of RGB (Red+Green+Blue) = 237+255+64=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 64 (25.39% from 255 or 11.51% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF40 is #1200BF. Grayscale: #E4E4E4. Windows color (decimal): -1179840 or 4259821. OLE color: 4259821.
HSL color Cylindrical-coordinate representation of color #EDFF40: hue angle of 65.65º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDFF40 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 64 | - |
| CMYK | 0.07 | 0 | 0.75 | 0 |
| HSL | 65.65º | 1% | 0.63% | - |
| HSV(B) | 65.65º | 0.75% | 1% | - |
| XYZ | 71.61 | 89.89 | 18.43 | - |
| YUV | 227.84 | 35.54 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 64 | 0.07 | 0 | 0.75 | 0 | 65.65 | 1 | 0.63 |
| Hex | ED | FF | 40 | 7 | 0 | 4B | 0 | 42 | 64 | 3F |
| Octal | 355 | 377 | 100 | 7 | 0 | 113 | 0 | 102 | 144 | 77 |
| Binary | 11101101 | 11111111 | 1000000 | 111 | 0 | 1001011 | 0 | 1000010 | 1100100 | 111111 |
Color Harmonies of #EDFF40
Complementary color
Monochromatic Colors of #EDFF40
Black with #EDFF40
Text Example
Text Example
White with #EDFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF40; }
p { color: rgb(237,255,64); }
H1.HeaderClassName
{
color: #EDFF40;
}
.AnyTagClassName
{
color: #EDFF40;
}
</style>
background-color css
<style>
a { background-color: #EDFF40; }
a { background-color: rgb(237,255,64); }
div.DivClassName
{
background-color: #EDFF40;
}
.BgClassName
{
background-color: #EDFF40;
}
</style>
border-color css
<style>
span { border-color: #EDFF40; }
span { border-color: rgb(237,255,64); }
td.TdClassName
{
border-color: #EDFF40;
}
.TagClassName
{
border-color: #EDFF40;
}
</style>