Shades of Paris Daisy #EFF254
Tints of Paris Daisy #EFF254
RGB
CMYK
RGB Variations
Color information
#EFF254 (or 0xEFF254) is known color: Paris Daisy. HEX triplet: EF, F2 and 54. RGB value is (239,242,84). Sum of RGB (Red+Green+Blue) = 239+242+84=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 84 (33.20% from 255 or 14.87% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF254 is #100DAB. Grayscale: #DFDFDF. Windows color (decimal): -1052076 or 5567215. OLE color: 5567215.
HSL color Cylindrical-coordinate representation of color #EFF254: hue angle of 61.14º degrees, saturation: 0.86, 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 #EFF254 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 84 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.05 |
| HSL | 61.14º | 0.86% | 0.64% | - |
| HSV(B) | 61.14º | 0.65% | 0.95% | - |
| XYZ | 68.95 | 82.5 | 20.68 | - |
| YUV | 223.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 84 | 0.01 | 0 | 0.65 | 0.05 | 61.14 | 0.86 | 0.64 |
| Hex | EF | F2 | 54 | 1 | 0 | 41 | 5 | 3D | 56 | 40 |
| Octal | 357 | 362 | 124 | 1 | 0 | 101 | 5 | 75 | 126 | 100 |
| Binary | 11101111 | 11110010 | 1010100 | 1 | 0 | 1000001 | 101 | 111101 | 1010110 | 1000000 |
Color Harmonies of #EFF254
Complementary color
Monochromatic Colors of #EFF254
Black with #EFF254
Text Example
Text Example
White with #EFF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF254; }
p { color: rgb(239,242,84); }
H1.HeaderClassName
{
color: #EFF254;
}
.AnyTagClassName
{
color: #EFF254;
}
</style>
background-color css
<style>
a { background-color: #EFF254; }
a { background-color: rgb(239,242,84); }
div.DivClassName
{
background-color: #EFF254;
}
.BgClassName
{
background-color: #EFF254;
}
</style>
border-color css
<style>
span { border-color: #EFF254; }
span { border-color: rgb(239,242,84); }
td.TdClassName
{
border-color: #EFF254;
}
.TagClassName
{
border-color: #EFF254;
}
</style>