Shades of Paris Daisy #EFF155
Tints of Paris Daisy #EFF155
RGB
CMYK
RGB Variations
Color information
#EFF155 (or 0xEFF155) is known color: Paris Daisy. HEX triplet: EF, F1 and 55. RGB value is (239,241,85). Sum of RGB (Red+Green+Blue) = 239+241+85=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 85 (33.59% from 255 or 15.04% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF155 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF155 is #100EAA. Grayscale: #DFDFDF. Windows color (decimal): -1052331 or 5632495. OLE color: 5632495.
HSL color Cylindrical-coordinate representation of color #EFF155: hue angle of 60.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFF155 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 85 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.05 |
| HSL | 60.77º | 0.85% | 0.64% | - |
| HSV(B) | 60.77º | 0.65% | 0.95% | - |
| XYZ | 68.69 | 81.92 | 20.79 | - |
| YUV | 222.62 | 50.34 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 85 | 0.01 | 0 | 0.65 | 0.05 | 60.77 | 0.85 | 0.64 |
| Hex | EF | F1 | 55 | 1 | 0 | 41 | 5 | 3D | 55 | 40 |
| Octal | 357 | 361 | 125 | 1 | 0 | 101 | 5 | 75 | 125 | 100 |
| Binary | 11101111 | 11110001 | 1010101 | 1 | 0 | 1000001 | 101 | 111101 | 1010101 | 1000000 |
Color Harmonies of #EFF155
Complementary color
Monochromatic Colors of #EFF155
Black with #EFF155
Text Example
Text Example
White with #EFF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF155; }
p { color: rgb(239,241,85); }
H1.HeaderClassName
{
color: #EFF155;
}
.AnyTagClassName
{
color: #EFF155;
}
</style>
background-color css
<style>
a { background-color: #EFF155; }
a { background-color: rgb(239,241,85); }
div.DivClassName
{
background-color: #EFF155;
}
.BgClassName
{
background-color: #EFF155;
}
</style>
border-color css
<style>
span { border-color: #EFF155; }
span { border-color: rgb(239,241,85); }
td.TdClassName
{
border-color: #EFF155;
}
.TagClassName
{
border-color: #EFF155;
}
</style>