Shades of Paris Daisy #EBFF3F
Tints of Paris Daisy #EBFF3F
RGB
CMYK
RGB Variations
Color information
#EBFF3F (or 0xEBFF3F) is known color: Paris Daisy. HEX triplet: EB, FF and 3F. RGB value is (235,255,63). Sum of RGB (Red+Green+Blue) = 235+255+63=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 63 (25% from 255 or 11.39% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF3F is #1400C0. Grayscale: #E3E3E3. Windows color (decimal): -1310913 or 4194283. OLE color: 4194283.
HSL color Cylindrical-coordinate representation of color #EBFF3F: hue angle of 66.25º 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 #EBFF3F is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 63 | - |
| CMYK | 0.08 | 0 | 0.75 | 0 |
| HSL | 66.25º | 1% | 0.62% | - |
| HSV(B) | 66.25º | 0.75% | 1% | - |
| XYZ | 70.92 | 89.54 | 18.25 | - |
| YUV | 227.13 | 35.37 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 63 | 0.08 | 0 | 0.75 | 0 | 66.25 | 1 | 0.62 |
| Hex | EB | FF | 3F | 8 | 0 | 4B | 0 | 42 | 64 | 3E |
| Octal | 353 | 377 | 77 | 10 | 0 | 113 | 0 | 102 | 144 | 76 |
| Binary | 11101011 | 11111111 | 111111 | 1000 | 0 | 1001011 | 0 | 1000010 | 1100100 | 111110 |
Color Harmonies of #EBFF3F
Complementary color
Monochromatic Colors of #EBFF3F
Black with #EBFF3F
Text Example
Text Example
White with #EBFF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF3F; }
p { color: rgb(235,255,63); }
H1.HeaderClassName
{
color: #EBFF3F;
}
.AnyTagClassName
{
color: #EBFF3F;
}
</style>
background-color css
<style>
a { background-color: #EBFF3F; }
a { background-color: rgb(235,255,63); }
div.DivClassName
{
background-color: #EBFF3F;
}
.BgClassName
{
background-color: #EBFF3F;
}
</style>
border-color css
<style>
span { border-color: #EBFF3F; }
span { border-color: rgb(235,255,63); }
td.TdClassName
{
border-color: #EBFF3F;
}
.TagClassName
{
border-color: #EBFF3F;
}
</style>