Shades of Paris Daisy #EFF24D
Tints of Paris Daisy #EFF24D
RGB
CMYK
RGB Variations
Color information
#EFF24D (or 0xEFF24D) is known color: Paris Daisy. HEX triplet: EF, F2 and 4D. RGB value is (239,242,77). Sum of RGB (Red+Green+Blue) = 239+242+77=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 77 (30.47% from 255 or 13.80% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF24D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF24D is #100DB2. Grayscale: #DEDEDE. Windows color (decimal): -1052083 or 5108463. OLE color: 5108463.
HSL color Cylindrical-coordinate representation of color #EFF24D: hue angle of 61.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFF24D is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 77 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.05 |
| HSL | 61.09º | 0.86% | 0.63% | - |
| HSV(B) | 61.09º | 0.68% | 0.95% | - |
| XYZ | 68.69 | 82.39 | 19.3 | - |
| YUV | 222.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 77 | 0.01 | 0 | 0.68 | 0.05 | 61.09 | 0.86 | 0.63 |
| Hex | EF | F2 | 4D | 1 | 0 | 44 | 5 | 3D | 56 | 3F |
| Octal | 357 | 362 | 115 | 1 | 0 | 104 | 5 | 75 | 126 | 77 |
| Binary | 11101111 | 11110010 | 1001101 | 1 | 0 | 1000100 | 101 | 111101 | 1010110 | 111111 |
Color Harmonies of #EFF24D
Complementary color
Monochromatic Colors of #EFF24D
Black with #EFF24D
Text Example
Text Example
White with #EFF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF24D; }
p { color: rgb(239,242,77); }
H1.HeaderClassName
{
color: #EFF24D;
}
.AnyTagClassName
{
color: #EFF24D;
}
</style>
background-color css
<style>
a { background-color: #EFF24D; }
a { background-color: rgb(239,242,77); }
div.DivClassName
{
background-color: #EFF24D;
}
.BgClassName
{
background-color: #EFF24D;
}
</style>
border-color css
<style>
span { border-color: #EFF24D; }
span { border-color: rgb(239,242,77); }
td.TdClassName
{
border-color: #EFF24D;
}
.TagClassName
{
border-color: #EFF24D;
}
</style>