Shades of Paris Daisy #EDFF3F
Tints of Paris Daisy #EDFF3F
RGB
CMYK
RGB Variations
Color information
#EDFF3F (or 0xEDFF3F) is known color: Paris Daisy. HEX triplet: ED, FF and 3F. RGB value is (237,255,63). Sum of RGB (Red+Green+Blue) = 237+255+63=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 63 (25% from 255 or 11.35% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF3F is #1200C0. Grayscale: #E4E4E4. Windows color (decimal): -1179841 or 4194285. OLE color: 4194285.
HSL color Cylindrical-coordinate representation of color #EDFF3F: hue angle of 65.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDFF3F is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 63 | - |
| CMYK | 0.07 | 0 | 0.75 | 0 |
| HSL | 65.63º | 1% | 0.62% | - |
| HSV(B) | 65.63º | 0.75% | 1% | - |
| XYZ | 71.58 | 89.88 | 18.28 | - |
| YUV | 227.73 | 35.04 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 63 | 0.07 | 0 | 0.75 | 0 | 65.63 | 1 | 0.62 |
| Hex | ED | FF | 3F | 7 | 0 | 4B | 0 | 42 | 64 | 3E |
| Octal | 355 | 377 | 77 | 7 | 0 | 113 | 0 | 102 | 144 | 76 |
| Binary | 11101101 | 11111111 | 111111 | 111 | 0 | 1001011 | 0 | 1000010 | 1100100 | 111110 |
Color Harmonies of #EDFF3F
Complementary color
Monochromatic Colors of #EDFF3F
Black with #EDFF3F
Text Example
Text Example
White with #EDFF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF3F; }
p { color: rgb(237,255,63); }
H1.HeaderClassName
{
color: #EDFF3F;
}
.AnyTagClassName
{
color: #EDFF3F;
}
</style>
background-color css
<style>
a { background-color: #EDFF3F; }
a { background-color: rgb(237,255,63); }
div.DivClassName
{
background-color: #EDFF3F;
}
.BgClassName
{
background-color: #EDFF3F;
}
</style>
border-color css
<style>
span { border-color: #EDFF3F; }
span { border-color: rgb(237,255,63); }
td.TdClassName
{
border-color: #EDFF3F;
}
.TagClassName
{
border-color: #EDFF3F;
}
</style>