Shades of Paris Daisy #EDFF3B
Tints of Paris Daisy #EDFF3B
RGB
CMYK
RGB Variations
Color information
#EDFF3B (or 0xEDFF3B) is known color: Paris Daisy. HEX triplet: ED, FF and 3B. RGB value is (237,255,59). Sum of RGB (Red+Green+Blue) = 237+255+59=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 59 (23.44% from 255 or 10.71% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF3B is #1200C4. Grayscale: #E4E4E4. Windows color (decimal): -1179845 or 3932141. OLE color: 3932141.
HSL color Cylindrical-coordinate representation of color #EDFF3B: hue angle of 65.51º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDFF3B is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 59 | - |
| CMYK | 0.07 | 0 | 0.77 | 0 |
| HSL | 65.51º | 1% | 0.62% | - |
| HSV(B) | 65.51º | 0.77% | 1% | - |
| XYZ | 71.47 | 89.84 | 17.71 | - |
| YUV | 227.27 | 33.04 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 59 | 0.07 | 0 | 0.77 | 0 | 65.51 | 1 | 0.62 |
| Hex | ED | FF | 3B | 7 | 0 | 4D | 0 | 42 | 64 | 3E |
| Octal | 355 | 377 | 73 | 7 | 0 | 115 | 0 | 102 | 144 | 76 |
| Binary | 11101101 | 11111111 | 111011 | 111 | 0 | 1001101 | 0 | 1000010 | 1100100 | 111110 |
Color Harmonies of #EDFF3B
Complementary color
Monochromatic Colors of #EDFF3B
Black with #EDFF3B
Text Example
Text Example
White with #EDFF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF3B; }
p { color: rgb(237,255,59); }
H1.HeaderClassName
{
color: #EDFF3B;
}
.AnyTagClassName
{
color: #EDFF3B;
}
</style>
background-color css
<style>
a { background-color: #EDFF3B; }
a { background-color: rgb(237,255,59); }
div.DivClassName
{
background-color: #EDFF3B;
}
.BgClassName
{
background-color: #EDFF3B;
}
</style>
border-color css
<style>
span { border-color: #EDFF3B; }
span { border-color: rgb(237,255,59); }
td.TdClassName
{
border-color: #EDFF3B;
}
.TagClassName
{
border-color: #EDFF3B;
}
</style>