Shades of Paris Daisy #EBFE3E
Tints of Paris Daisy #EBFE3E
RGB
CMYK
RGB Variations
Color information
#EBFE3E (or 0xEBFE3E) is known color: Paris Daisy. HEX triplet: EB, FE and 3E. RGB value is (235,254,62). Sum of RGB (Red+Green+Blue) = 235+254+62=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 62 (24.61% from 255 or 11.25% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFE3E is #1401C1. Grayscale: #E3E3E3. Windows color (decimal): -1311170 or 4128491. OLE color: 4128491.
HSL color Cylindrical-coordinate representation of color #EBFE3E: hue angle of 65.94º 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 #EBFE3E is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 62 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.00 |
| HSL | 65.94º | 0.99% | 0.62% | - |
| HSV(B) | 65.94º | 0.76% | 1% | - |
| XYZ | 70.57 | 88.89 | 18 | - |
| YUV | 226.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 62 | 0.07 | 0 | 0.76 | 0.00 | 65.94 | 0.99 | 0.62 |
| Hex | EB | FE | 3E | 7 | 0 | 4C | 0 | 42 | 63 | 3E |
| Octal | 353 | 376 | 76 | 7 | 0 | 114 | 0 | 102 | 143 | 76 |
| Binary | 11101011 | 11111110 | 111110 | 111 | 0 | 1001100 | 0 | 1000010 | 1100011 | 111110 |
Color Harmonies of #EBFE3E
Complementary color
Monochromatic Colors of #EBFE3E
Black with #EBFE3E
Text Example
Text Example
White with #EBFE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFE3E; }
p { color: rgb(235,254,62); }
H1.HeaderClassName
{
color: #EBFE3E;
}
.AnyTagClassName
{
color: #EBFE3E;
}
</style>
background-color css
<style>
a { background-color: #EBFE3E; }
a { background-color: rgb(235,254,62); }
div.DivClassName
{
background-color: #EBFE3E;
}
.BgClassName
{
background-color: #EBFE3E;
}
</style>
border-color css
<style>
span { border-color: #EBFE3E; }
span { border-color: rgb(235,254,62); }
td.TdClassName
{
border-color: #EBFE3E;
}
.TagClassName
{
border-color: #EBFE3E;
}
</style>