Shades of Paris Daisy #EFF152
Tints of Paris Daisy #EFF152
RGB
CMYK
RGB Variations
Color information
#EFF152 (or 0xEFF152) is known color: Paris Daisy. HEX triplet: EF, F1 and 52. RGB value is (239,241,82). Sum of RGB (Red+Green+Blue) = 239+241+82=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 82 (32.42% from 255 or 14.59% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF152 is #100EAD. Grayscale: #DEDEDE. Windows color (decimal): -1052334 or 5435887. OLE color: 5435887.
HSL color Cylindrical-coordinate representation of color #EFF152: 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 #EFF152 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 82 | - |
| 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.57 | 81.87 | 20.17 | - |
| YUV | 222.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 82 | 0.01 | 0 | 0.66 | 0.05 | 60.75 | 0.85 | 0.63 |
| Hex | EF | F1 | 52 | 1 | 0 | 42 | 5 | 3D | 55 | 3F |
| Octal | 357 | 361 | 122 | 1 | 0 | 102 | 5 | 75 | 125 | 77 |
| Binary | 11101111 | 11110001 | 1010010 | 1 | 0 | 1000010 | 101 | 111101 | 1010101 | 111111 |
Color Harmonies of #EFF152
Complementary color
Monochromatic Colors of #EFF152
Black with #EFF152
Text Example
Text Example
White with #EFF152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF152; }
p { color: rgb(239,241,82); }
H1.HeaderClassName
{
color: #EFF152;
}
.AnyTagClassName
{
color: #EFF152;
}
</style>
background-color css
<style>
a { background-color: #EFF152; }
a { background-color: rgb(239,241,82); }
div.DivClassName
{
background-color: #EFF152;
}
.BgClassName
{
background-color: #EFF152;
}
</style>
border-color css
<style>
span { border-color: #EFF152; }
span { border-color: rgb(239,241,82); }
td.TdClassName
{
border-color: #EFF152;
}
.TagClassName
{
border-color: #EFF152;
}
</style>