Shades of Paris Daisy #EBFC4D
Tints of Paris Daisy #EBFC4D
RGB
CMYK
RGB Variations
Color information
#EBFC4D (or 0xEBFC4D) is known color: Paris Daisy. HEX triplet: EB, FC and 4D. RGB value is (235,252,77). Sum of RGB (Red+Green+Blue) = 235+252+77=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 77 (30.47% from 255 or 13.65% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFC4D is #1403B2. Grayscale: #E3E3E3. Windows color (decimal): -1311667 or 5111019. OLE color: 5111019.
HSL color Cylindrical-coordinate representation of color #EBFC4D: hue angle of 65.83º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBFC4D is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 77 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.01 |
| HSL | 65.83º | 0.97% | 0.65% | - |
| HSV(B) | 65.83º | 0.69% | 0.99% | - |
| XYZ | 70.41 | 87.82 | 20.26 | - |
| YUV | 226.97 | 43.37 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 77 | 0.07 | 0 | 0.69 | 0.01 | 65.83 | 0.97 | 0.65 |
| Hex | EB | FC | 4D | 7 | 0 | 45 | 1 | 42 | 61 | 41 |
| Octal | 353 | 374 | 115 | 7 | 0 | 105 | 1 | 102 | 141 | 101 |
| Binary | 11101011 | 11111100 | 1001101 | 111 | 0 | 1000101 | 1 | 1000010 | 1100001 | 1000001 |
Color Harmonies of #EBFC4D
Complementary color
Monochromatic Colors of #EBFC4D
Black with #EBFC4D
Text Example
Text Example
White with #EBFC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFC4D; }
p { color: rgb(235,252,77); }
H1.HeaderClassName
{
color: #EBFC4D;
}
.AnyTagClassName
{
color: #EBFC4D;
}
</style>
background-color css
<style>
a { background-color: #EBFC4D; }
a { background-color: rgb(235,252,77); }
div.DivClassName
{
background-color: #EBFC4D;
}
.BgClassName
{
background-color: #EBFC4D;
}
</style>
border-color css
<style>
span { border-color: #EBFC4D; }
span { border-color: rgb(235,252,77); }
td.TdClassName
{
border-color: #EBFC4D;
}
.TagClassName
{
border-color: #EBFC4D;
}
</style>