Shades of Paris Daisy #EBFF3D
Tints of Paris Daisy #EBFF3D
RGB
CMYK
RGB Variations
Color information
#EBFF3D (or 0xEBFF3D) is known color: Paris Daisy. HEX triplet: EB, FF and 3D. RGB value is (235,255,61). Sum of RGB (Red+Green+Blue) = 235+255+61=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 61 (24.22% from 255 or 11.07% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF3D is #1400C2. Grayscale: #E3E3E3. Windows color (decimal): -1310915 or 4063211. OLE color: 4063211.
HSL color Cylindrical-coordinate representation of color #EBFF3D: hue angle of 66.19º 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 #EBFF3D is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 61 | - |
| CMYK | 0.08 | 0 | 0.76 | 0 |
| HSL | 66.19º | 1% | 0.62% | - |
| HSV(B) | 66.19º | 0.76% | 1% | - |
| XYZ | 70.86 | 89.52 | 17.96 | - |
| YUV | 226.9 | 34.37 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 61 | 0.08 | 0 | 0.76 | 0 | 66.19 | 1 | 0.62 |
| Hex | EB | FF | 3D | 8 | 0 | 4C | 0 | 42 | 64 | 3E |
| Octal | 353 | 377 | 75 | 10 | 0 | 114 | 0 | 102 | 144 | 76 |
| Binary | 11101011 | 11111111 | 111101 | 1000 | 0 | 1001100 | 0 | 1000010 | 1100100 | 111110 |
Color Harmonies of #EBFF3D
Complementary color
Monochromatic Colors of #EBFF3D
Black with #EBFF3D
Text Example
Text Example
White with #EBFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF3D; }
p { color: rgb(235,255,61); }
H1.HeaderClassName
{
color: #EBFF3D;
}
.AnyTagClassName
{
color: #EBFF3D;
}
</style>
background-color css
<style>
a { background-color: #EBFF3D; }
a { background-color: rgb(235,255,61); }
div.DivClassName
{
background-color: #EBFF3D;
}
.BgClassName
{
background-color: #EBFF3D;
}
</style>
border-color css
<style>
span { border-color: #EBFF3D; }
span { border-color: rgb(235,255,61); }
td.TdClassName
{
border-color: #EBFF3D;
}
.TagClassName
{
border-color: #EBFF3D;
}
</style>