Shades of Paris Daisy #EDFE3E
Tints of Paris Daisy #EDFE3E
RGB
CMYK
RGB Variations
Color information
#EDFE3E (or 0xEDFE3E) is known color: Paris Daisy. HEX triplet: ED, FE and 3E. RGB value is (237,254,62). Sum of RGB (Red+Green+Blue) = 237+254+62=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 62 (24.61% from 255 or 11.21% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE3E is #1201C1. Grayscale: #E3E3E3. Windows color (decimal): -1180098 or 4128493. OLE color: 4128493.
HSL color Cylindrical-coordinate representation of color #EDFE3E: hue angle of 65.31º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDFE3E is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 62 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.00 |
| HSL | 65.31º | 0.99% | 0.62% | - |
| HSV(B) | 65.31º | 0.76% | 1% | - |
| XYZ | 71.24 | 89.24 | 18.03 | - |
| YUV | 227.03 | 34.87 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 62 | 0.07 | 0 | 0.76 | 0.00 | 65.31 | 0.99 | 0.62 |
| Hex | ED | FE | 3E | 7 | 0 | 4C | 0 | 41 | 63 | 3E |
| Octal | 355 | 376 | 76 | 7 | 0 | 114 | 0 | 101 | 143 | 76 |
| Binary | 11101101 | 11111110 | 111110 | 111 | 0 | 1001100 | 0 | 1000001 | 1100011 | 111110 |
Color Harmonies of #EDFE3E
Complementary color
Monochromatic Colors of #EDFE3E
Black with #EDFE3E
Text Example
Text Example
White with #EDFE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE3E; }
p { color: rgb(237,254,62); }
H1.HeaderClassName
{
color: #EDFE3E;
}
.AnyTagClassName
{
color: #EDFE3E;
}
</style>
background-color css
<style>
a { background-color: #EDFE3E; }
a { background-color: rgb(237,254,62); }
div.DivClassName
{
background-color: #EDFE3E;
}
.BgClassName
{
background-color: #EDFE3E;
}
</style>
border-color css
<style>
span { border-color: #EDFE3E; }
span { border-color: rgb(237,254,62); }
td.TdClassName
{
border-color: #EDFE3E;
}
.TagClassName
{
border-color: #EDFE3E;
}
</style>