Shades of Paris Daisy #EFF14F
Tints of Paris Daisy #EFF14F
RGB
CMYK
RGB Variations
Color information
#EFF14F (or 0xEFF14F) is known color: Paris Daisy. HEX triplet: EF, F1 and 4F. RGB value is (239,241,79). Sum of RGB (Red+Green+Blue) = 239+241+79=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 79 (31.25% from 255 or 14.13% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF14F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF14F is #100EB0. Grayscale: #DEDEDE. Windows color (decimal): -1052337 or 5239279. OLE color: 5239279.
HSL color Cylindrical-coordinate representation of color #EFF14F: 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.67%. Process color model (Four color, CMYK) of #EFF14F is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 79 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.05 |
| HSL | 60.74º | 0.85% | 0.63% | - |
| HSV(B) | 60.74º | 0.67% | 0.95% | - |
| XYZ | 68.46 | 81.83 | 19.58 | - |
| YUV | 221.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 79 | 0.01 | 0 | 0.67 | 0.05 | 60.74 | 0.85 | 0.63 |
| Hex | EF | F1 | 4F | 1 | 0 | 43 | 5 | 3D | 55 | 3F |
| Octal | 357 | 361 | 117 | 1 | 0 | 103 | 5 | 75 | 125 | 77 |
| Binary | 11101111 | 11110001 | 1001111 | 1 | 0 | 1000011 | 101 | 111101 | 1010101 | 111111 |
Color Harmonies of #EFF14F
Complementary color
Monochromatic Colors of #EFF14F
Black with #EFF14F
Text Example
Text Example
White with #EFF14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF14F; }
p { color: rgb(239,241,79); }
H1.HeaderClassName
{
color: #EFF14F;
}
.AnyTagClassName
{
color: #EFF14F;
}
</style>
background-color css
<style>
a { background-color: #EFF14F; }
a { background-color: rgb(239,241,79); }
div.DivClassName
{
background-color: #EFF14F;
}
.BgClassName
{
background-color: #EFF14F;
}
</style>
border-color css
<style>
span { border-color: #EFF14F; }
span { border-color: rgb(239,241,79); }
td.TdClassName
{
border-color: #EFF14F;
}
.TagClassName
{
border-color: #EFF14F;
}
</style>