Shades of Paris Daisy #EFF142
Tints of Paris Daisy #EFF142
RGB
CMYK
RGB Variations
Color information
#EFF142 (or 0xEFF142) is known color: Paris Daisy. HEX triplet: EF, F1 and 42. RGB value is (239,241,66). Sum of RGB (Red+Green+Blue) = 239+241+66=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 66 (26.17% from 255 or 12.09% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF142 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF142 is #100EBD. Grayscale: #DDDDDD. Windows color (decimal): -1052350 or 4387311. OLE color: 4387311.
HSL color Cylindrical-coordinate representation of color #EFF142: hue angle of 60.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFF142 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 66 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.05 |
| HSL | 60.69º | 0.86% | 0.6% | - |
| HSV(B) | 60.69º | 0.73% | 0.95% | - |
| XYZ | 68.04 | 81.65 | 17.33 | - |
| YUV | 220.45 | 40.84 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 66 | 0.01 | 0 | 0.73 | 0.05 | 60.69 | 0.86 | 0.6 |
| Hex | EF | F1 | 42 | 1 | 0 | 49 | 5 | 3D | 56 | 3C |
| Octal | 357 | 361 | 102 | 1 | 0 | 111 | 5 | 75 | 126 | 74 |
| Binary | 11101111 | 11110001 | 1000010 | 1 | 0 | 1001001 | 101 | 111101 | 1010110 | 111100 |
Color Harmonies of #EFF142
Complementary color
Monochromatic Colors of #EFF142
Black with #EFF142
Text Example
Text Example
White with #EFF142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF142; }
p { color: rgb(239,241,66); }
H1.HeaderClassName
{
color: #EFF142;
}
.AnyTagClassName
{
color: #EFF142;
}
</style>
background-color css
<style>
a { background-color: #EFF142; }
a { background-color: rgb(239,241,66); }
div.DivClassName
{
background-color: #EFF142;
}
.BgClassName
{
background-color: #EFF142;
}
</style>
border-color css
<style>
span { border-color: #EFF142; }
span { border-color: rgb(239,241,66); }
td.TdClassName
{
border-color: #EFF142;
}
.TagClassName
{
border-color: #EFF142;
}
</style>