Shades of Paris Daisy #EFFF40
Tints of Paris Daisy #EFFF40
RGB
CMYK
RGB Variations
Color information
#EFFF40 (or 0xEFFF40) is known color: Paris Daisy. HEX triplet: EF, FF and 40. RGB value is (239,255,64). Sum of RGB (Red+Green+Blue) = 239+255+64=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 64 (25.39% from 255 or 11.47% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF40 is #1000BF. Grayscale: #E5E5E5. Windows color (decimal): -1048768 or 4259823. OLE color: 4259823.
HSL color Cylindrical-coordinate representation of color #EFFF40: hue angle of 65.03º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFFF40 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 64 | - |
| CMYK | 0.06 | 0 | 0.75 | 0 |
| HSL | 65.03º | 1% | 0.63% | - |
| HSV(B) | 65.03º | 0.75% | 1% | - |
| XYZ | 72.28 | 90.24 | 18.46 | - |
| YUV | 228.44 | 35.2 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 64 | 0.06 | 0 | 0.75 | 0 | 65.03 | 1 | 0.63 |
| Hex | EF | FF | 40 | 6 | 0 | 4B | 0 | 41 | 64 | 3F |
| Octal | 357 | 377 | 100 | 6 | 0 | 113 | 0 | 101 | 144 | 77 |
| Binary | 11101111 | 11111111 | 1000000 | 110 | 0 | 1001011 | 0 | 1000001 | 1100100 | 111111 |
Color Harmonies of #EFFF40
Complementary color
Monochromatic Colors of #EFFF40
Black with #EFFF40
Text Example
Text Example
White with #EFFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF40; }
p { color: rgb(239,255,64); }
H1.HeaderClassName
{
color: #EFFF40;
}
.AnyTagClassName
{
color: #EFFF40;
}
</style>
background-color css
<style>
a { background-color: #EFFF40; }
a { background-color: rgb(239,255,64); }
div.DivClassName
{
background-color: #EFFF40;
}
.BgClassName
{
background-color: #EFFF40;
}
</style>
border-color css
<style>
span { border-color: #EFFF40; }
span { border-color: rgb(239,255,64); }
td.TdClassName
{
border-color: #EFFF40;
}
.TagClassName
{
border-color: #EFFF40;
}
</style>