Shades of Paris Daisy #EDFF3D
Tints of Paris Daisy #EDFF3D
RGB
CMYK
RGB Variations
Color information
#EDFF3D (or 0xEDFF3D) is known color: Paris Daisy. HEX triplet: ED, FF and 3D. RGB value is (237,255,61). Sum of RGB (Red+Green+Blue) = 237+255+61=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 61 (24.22% from 255 or 11.03% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF3D is #1200C2. Grayscale: #E4E4E4. Windows color (decimal): -1179843 or 4063213. OLE color: 4063213.
HSL color Cylindrical-coordinate representation of color #EDFF3D: hue angle of 65.57º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDFF3D is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 61 | - |
| CMYK | 0.07 | 0 | 0.76 | 0 |
| HSL | 65.57º | 1% | 0.62% | - |
| HSV(B) | 65.57º | 0.76% | 1% | - |
| XYZ | 71.53 | 89.86 | 17.99 | - |
| YUV | 227.5 | 34.04 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 61 | 0.07 | 0 | 0.76 | 0 | 65.57 | 1 | 0.62 |
| Hex | ED | FF | 3D | 7 | 0 | 4C | 0 | 42 | 64 | 3E |
| Octal | 355 | 377 | 75 | 7 | 0 | 114 | 0 | 102 | 144 | 76 |
| Binary | 11101101 | 11111111 | 111101 | 111 | 0 | 1001100 | 0 | 1000010 | 1100100 | 111110 |
Color Harmonies of #EDFF3D
Complementary color
Monochromatic Colors of #EDFF3D
Black with #EDFF3D
Text Example
Text Example
White with #EDFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF3D; }
p { color: rgb(237,255,61); }
H1.HeaderClassName
{
color: #EDFF3D;
}
.AnyTagClassName
{
color: #EDFF3D;
}
</style>
background-color css
<style>
a { background-color: #EDFF3D; }
a { background-color: rgb(237,255,61); }
div.DivClassName
{
background-color: #EDFF3D;
}
.BgClassName
{
background-color: #EDFF3D;
}
</style>
border-color css
<style>
span { border-color: #EDFF3D; }
span { border-color: rgb(237,255,61); }
td.TdClassName
{
border-color: #EDFF3D;
}
.TagClassName
{
border-color: #EDFF3D;
}
</style>