Shades of Paris Daisy #EFF24F
Tints of Paris Daisy #EFF24F
RGB
CMYK
RGB Variations
Color information
#EFF24F (or 0xEFF24F) is known color: Paris Daisy. HEX triplet: EF, F2 and 4F. RGB value is (239,242,79). Sum of RGB (Red+Green+Blue) = 239+242+79=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 79 (31.25% from 255 or 14.11% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF24F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF24F is #100DB0. Grayscale: #DFDFDF. Windows color (decimal): -1052081 or 5239535. OLE color: 5239535.
HSL color Cylindrical-coordinate representation of color #EFF24F: hue angle of 61.1º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFF24F is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 79 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.05 |
| HSL | 61.1º | 0.86% | 0.63% | - |
| HSV(B) | 61.1º | 0.67% | 0.95% | - |
| XYZ | 68.76 | 82.42 | 19.68 | - |
| YUV | 222.52 | 47.01 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 79 | 0.01 | 0 | 0.67 | 0.05 | 61.1 | 0.86 | 0.63 |
| Hex | EF | F2 | 4F | 1 | 0 | 43 | 5 | 3D | 56 | 3F |
| Octal | 357 | 362 | 117 | 1 | 0 | 103 | 5 | 75 | 126 | 77 |
| Binary | 11101111 | 11110010 | 1001111 | 1 | 0 | 1000011 | 101 | 111101 | 1010110 | 111111 |
Color Harmonies of #EFF24F
Complementary color
Monochromatic Colors of #EFF24F
Black with #EFF24F
Text Example
Text Example
White with #EFF24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF24F; }
p { color: rgb(239,242,79); }
H1.HeaderClassName
{
color: #EFF24F;
}
.AnyTagClassName
{
color: #EFF24F;
}
</style>
background-color css
<style>
a { background-color: #EFF24F; }
a { background-color: rgb(239,242,79); }
div.DivClassName
{
background-color: #EFF24F;
}
.BgClassName
{
background-color: #EFF24F;
}
</style>
border-color css
<style>
span { border-color: #EFF24F; }
span { border-color: rgb(239,242,79); }
td.TdClassName
{
border-color: #EFF24F;
}
.TagClassName
{
border-color: #EFF24F;
}
</style>