Shades of Paris Daisy #EFF14E
Tints of Paris Daisy #EFF14E
RGB
CMYK
RGB Variations
Color information
#EFF14E (or 0xEFF14E) is known color: Paris Daisy. HEX triplet: EF, F1 and 4E. RGB value is (239,241,78). Sum of RGB (Red+Green+Blue) = 239+241+78=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 78 (30.86% from 255 or 13.98% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF14E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF14E is #100EB1. Grayscale: #DEDEDE. Windows color (decimal): -1052338 or 5173743. OLE color: 5173743.
HSL color Cylindrical-coordinate representation of color #EFF14E: hue angle of 60.74º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFF14E is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 78 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.05 |
| HSL | 60.74º | 0.85% | 0.63% | - |
| HSV(B) | 60.74º | 0.68% | 0.95% | - |
| XYZ | 68.43 | 81.81 | 19.39 | - |
| YUV | 221.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 78 | 0.01 | 0 | 0.68 | 0.05 | 60.74 | 0.85 | 0.63 |
| Hex | EF | F1 | 4E | 1 | 0 | 44 | 5 | 3D | 55 | 3F |
| Octal | 357 | 361 | 116 | 1 | 0 | 104 | 5 | 75 | 125 | 77 |
| Binary | 11101111 | 11110001 | 1001110 | 1 | 0 | 1000100 | 101 | 111101 | 1010101 | 111111 |
Color Harmonies of #EFF14E
Complementary color
Monochromatic Colors of #EFF14E
Black with #EFF14E
Text Example
Text Example
White with #EFF14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF14E; }
p { color: rgb(239,241,78); }
H1.HeaderClassName
{
color: #EFF14E;
}
.AnyTagClassName
{
color: #EFF14E;
}
</style>
background-color css
<style>
a { background-color: #EFF14E; }
a { background-color: rgb(239,241,78); }
div.DivClassName
{
background-color: #EFF14E;
}
.BgClassName
{
background-color: #EFF14E;
}
</style>
border-color css
<style>
span { border-color: #EFF14E; }
span { border-color: rgb(239,241,78); }
td.TdClassName
{
border-color: #EFF14E;
}
.TagClassName
{
border-color: #EFF14E;
}
</style>