Shades of Paris Daisy #EFFC45
Tints of Paris Daisy #EFFC45
RGB
CMYK
RGB Variations
Color information
#EFFC45 (or 0xEFFC45) is known color: Paris Daisy. HEX triplet: EF, FC and 45. RGB value is (239,252,69). Sum of RGB (Red+Green+Blue) = 239+252+69=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 69 (27.34% from 255 or 12.32% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC45 is #1003BA. Grayscale: #E3E3E3. Windows color (decimal): -1049531 or 4586735. OLE color: 4586735.
HSL color Cylindrical-coordinate representation of color #EFFC45: hue angle of 64.26º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFFC45 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 69 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.01 |
| HSL | 64.26º | 0.97% | 0.63% | - |
| HSV(B) | 64.26º | 0.73% | 0.99% | - |
| XYZ | 71.48 | 88.4 | 18.93 | - |
| YUV | 227.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 69 | 0.05 | 0 | 0.73 | 0.01 | 64.26 | 0.97 | 0.63 |
| Hex | EF | FC | 45 | 5 | 0 | 49 | 1 | 40 | 61 | 3F |
| Octal | 357 | 374 | 105 | 5 | 0 | 111 | 1 | 100 | 141 | 77 |
| Binary | 11101111 | 11111100 | 1000101 | 101 | 0 | 1001001 | 1 | 1000000 | 1100001 | 111111 |
Color Harmonies of #EFFC45
Complementary color
Monochromatic Colors of #EFFC45
Black with #EFFC45
Text Example
Text Example
White with #EFFC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC45; }
p { color: rgb(239,252,69); }
H1.HeaderClassName
{
color: #EFFC45;
}
.AnyTagClassName
{
color: #EFFC45;
}
</style>
background-color css
<style>
a { background-color: #EFFC45; }
a { background-color: rgb(239,252,69); }
div.DivClassName
{
background-color: #EFFC45;
}
.BgClassName
{
background-color: #EFFC45;
}
</style>
border-color css
<style>
span { border-color: #EFFC45; }
span { border-color: rgb(239,252,69); }
td.TdClassName
{
border-color: #EFFC45;
}
.TagClassName
{
border-color: #EFFC45;
}
</style>