Shades of Paris Daisy #EFF151
Tints of Paris Daisy #EFF151
RGB
CMYK
RGB Variations
Color information
#EFF151 (or 0xEFF151) is known color: Paris Daisy. HEX triplet: EF, F1 and 51. RGB value is (239,241,81). Sum of RGB (Red+Green+Blue) = 239+241+81=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 81 (32.03% from 255 or 14.44% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF151 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF151 is #100EAE. Grayscale: #DEDEDE. Windows color (decimal): -1052335 or 5370351. OLE color: 5370351.
HSL color Cylindrical-coordinate representation of color #EFF151: hue angle of 60.75º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFF151 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 81 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.05 |
| HSL | 60.75º | 0.85% | 0.63% | - |
| HSV(B) | 60.75º | 0.66% | 0.95% | - |
| XYZ | 68.54 | 81.86 | 19.97 | - |
| YUV | 222.16 | 48.34 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 81 | 0.01 | 0 | 0.66 | 0.05 | 60.75 | 0.85 | 0.63 |
| Hex | EF | F1 | 51 | 1 | 0 | 42 | 5 | 3D | 55 | 3F |
| Octal | 357 | 361 | 121 | 1 | 0 | 102 | 5 | 75 | 125 | 77 |
| Binary | 11101111 | 11110001 | 1010001 | 1 | 0 | 1000010 | 101 | 111101 | 1010101 | 111111 |
Color Harmonies of #EFF151
Complementary color
Monochromatic Colors of #EFF151
Black with #EFF151
Text Example
Text Example
White with #EFF151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF151; }
p { color: rgb(239,241,81); }
H1.HeaderClassName
{
color: #EFF151;
}
.AnyTagClassName
{
color: #EFF151;
}
</style>
background-color css
<style>
a { background-color: #EFF151; }
a { background-color: rgb(239,241,81); }
div.DivClassName
{
background-color: #EFF151;
}
.BgClassName
{
background-color: #EFF151;
}
</style>
border-color css
<style>
span { border-color: #EFF151; }
span { border-color: rgb(239,241,81); }
td.TdClassName
{
border-color: #EFF151;
}
.TagClassName
{
border-color: #EFF151;
}
</style>