Shades of Paris Daisy #EFF14D
Tints of Paris Daisy #EFF14D
RGB
CMYK
RGB Variations
Color information
#EFF14D (or 0xEFF14D) is known color: Paris Daisy. HEX triplet: EF, F1 and 4D. RGB value is (239,241,77). Sum of RGB (Red+Green+Blue) = 239+241+77=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 77 (30.47% from 255 or 13.82% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF14D is #100EB2. Grayscale: #DEDEDE. Windows color (decimal): -1052339 or 5108207. OLE color: 5108207.
HSL color Cylindrical-coordinate representation of color #EFF14D: hue angle of 60.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFF14D is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 77 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.05 |
| HSL | 60.73º | 0.85% | 0.62% | - |
| HSV(B) | 60.73º | 0.68% | 0.95% | - |
| XYZ | 68.39 | 81.8 | 19.2 | - |
| YUV | 221.71 | 46.34 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 77 | 0.01 | 0 | 0.68 | 0.05 | 60.73 | 0.85 | 0.62 |
| Hex | EF | F1 | 4D | 1 | 0 | 44 | 5 | 3D | 55 | 3E |
| Octal | 357 | 361 | 115 | 1 | 0 | 104 | 5 | 75 | 125 | 76 |
| Binary | 11101111 | 11110001 | 1001101 | 1 | 0 | 1000100 | 101 | 111101 | 1010101 | 111110 |
Color Harmonies of #EFF14D
Complementary color
Monochromatic Colors of #EFF14D
Black with #EFF14D
Text Example
Text Example
White with #EFF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF14D; }
p { color: rgb(239,241,77); }
H1.HeaderClassName
{
color: #EFF14D;
}
.AnyTagClassName
{
color: #EFF14D;
}
</style>
background-color css
<style>
a { background-color: #EFF14D; }
a { background-color: rgb(239,241,77); }
div.DivClassName
{
background-color: #EFF14D;
}
.BgClassName
{
background-color: #EFF14D;
}
</style>
border-color css
<style>
span { border-color: #EFF14D; }
span { border-color: rgb(239,241,77); }
td.TdClassName
{
border-color: #EFF14D;
}
.TagClassName
{
border-color: #EFF14D;
}
</style>