Shades of Paris Daisy #EFF153
Tints of Paris Daisy #EFF153
RGB
CMYK
RGB Variations
Color information
#EFF153 (or 0xEFF153) is known color: Paris Daisy. HEX triplet: EF, F1 and 53. RGB value is (239,241,83). Sum of RGB (Red+Green+Blue) = 239+241+83=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 83 (32.81% from 255 or 14.74% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF153 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF153 is #100EAC. Grayscale: #DFDFDF. Windows color (decimal): -1052333 or 5501423. OLE color: 5501423.
HSL color Cylindrical-coordinate representation of color #EFF153: hue angle of 60.76º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFF153 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 83 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.05 |
| HSL | 60.76º | 0.85% | 0.64% | - |
| HSV(B) | 60.76º | 0.66% | 0.95% | - |
| XYZ | 68.61 | 81.89 | 20.37 | - |
| YUV | 222.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 83 | 0.01 | 0 | 0.66 | 0.05 | 60.76 | 0.85 | 0.64 |
| Hex | EF | F1 | 53 | 1 | 0 | 42 | 5 | 3D | 55 | 40 |
| Octal | 357 | 361 | 123 | 1 | 0 | 102 | 5 | 75 | 125 | 100 |
| Binary | 11101111 | 11110001 | 1010011 | 1 | 0 | 1000010 | 101 | 111101 | 1010101 | 1000000 |
Color Harmonies of #EFF153
Complementary color
Monochromatic Colors of #EFF153
Black with #EFF153
Text Example
Text Example
White with #EFF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF153; }
p { color: rgb(239,241,83); }
H1.HeaderClassName
{
color: #EFF153;
}
.AnyTagClassName
{
color: #EFF153;
}
</style>
background-color css
<style>
a { background-color: #EFF153; }
a { background-color: rgb(239,241,83); }
div.DivClassName
{
background-color: #EFF153;
}
.BgClassName
{
background-color: #EFF153;
}
</style>
border-color css
<style>
span { border-color: #EFF153; }
span { border-color: rgb(239,241,83); }
td.TdClassName
{
border-color: #EFF153;
}
.TagClassName
{
border-color: #EFF153;
}
</style>