Shades of Paris Daisy #EDFE45
Tints of Paris Daisy #EDFE45
RGB
CMYK
RGB Variations
Color information
#EDFE45 (or 0xEDFE45) is known color: Paris Daisy. HEX triplet: ED, FE and 45. RGB value is (237,254,69). Sum of RGB (Red+Green+Blue) = 237+254+69=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 69 (27.34% from 255 or 12.32% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE45 is #1201BA. Grayscale: #E4E4E4. Windows color (decimal): -1180091 or 4587245. OLE color: 4587245.
HSL color Cylindrical-coordinate representation of color #EDFE45: hue angle of 65.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDFE45 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 69 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.00 |
| HSL | 65.51º | 0.99% | 0.63% | - |
| HSV(B) | 65.51º | 0.73% | 1% | - |
| XYZ | 71.44 | 89.32 | 19.1 | - |
| YUV | 227.83 | 38.37 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 69 | 0.07 | 0 | 0.73 | 0.00 | 65.51 | 0.99 | 0.63 |
| Hex | ED | FE | 45 | 7 | 0 | 49 | 0 | 42 | 63 | 3F |
| Octal | 355 | 376 | 105 | 7 | 0 | 111 | 0 | 102 | 143 | 77 |
| Binary | 11101101 | 11111110 | 1000101 | 111 | 0 | 1001001 | 0 | 1000010 | 1100011 | 111111 |
Color Harmonies of #EDFE45
Complementary color
Monochromatic Colors of #EDFE45
Black with #EDFE45
Text Example
Text Example
White with #EDFE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE45; }
p { color: rgb(237,254,69); }
H1.HeaderClassName
{
color: #EDFE45;
}
.AnyTagClassName
{
color: #EDFE45;
}
</style>
background-color css
<style>
a { background-color: #EDFE45; }
a { background-color: rgb(237,254,69); }
div.DivClassName
{
background-color: #EDFE45;
}
.BgClassName
{
background-color: #EDFE45;
}
</style>
border-color css
<style>
span { border-color: #EDFE45; }
span { border-color: rgb(237,254,69); }
td.TdClassName
{
border-color: #EDFE45;
}
.TagClassName
{
border-color: #EDFE45;
}
</style>