Shades of Paris Daisy #EFF24C
Tints of Paris Daisy #EFF24C
RGB
CMYK
RGB Variations
Color information
#EFF24C (or 0xEFF24C) is known color: Paris Daisy. HEX triplet: EF, F2 and 4C. RGB value is (239,242,76). Sum of RGB (Red+Green+Blue) = 239+242+76=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 76 (30.08% from 255 or 13.64% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF24C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF24C is #100DB3. Grayscale: #DEDEDE. Windows color (decimal): -1052084 or 5042927. OLE color: 5042927.
HSL color Cylindrical-coordinate representation of color #EFF24C: hue angle of 61.08º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFF24C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 76 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.05 |
| HSL | 61.08º | 0.86% | 0.62% | - |
| HSV(B) | 61.08º | 0.69% | 0.95% | - |
| XYZ | 68.65 | 82.38 | 19.12 | - |
| YUV | 222.18 | 45.51 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 76 | 0.01 | 0 | 0.69 | 0.05 | 61.08 | 0.86 | 0.62 |
| Hex | EF | F2 | 4C | 1 | 0 | 45 | 5 | 3D | 56 | 3E |
| Octal | 357 | 362 | 114 | 1 | 0 | 105 | 5 | 75 | 126 | 76 |
| Binary | 11101111 | 11110010 | 1001100 | 1 | 0 | 1000101 | 101 | 111101 | 1010110 | 111110 |
Color Harmonies of #EFF24C
Complementary color
Monochromatic Colors of #EFF24C
Black with #EFF24C
Text Example
Text Example
White with #EFF24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF24C; }
p { color: rgb(239,242,76); }
H1.HeaderClassName
{
color: #EFF24C;
}
.AnyTagClassName
{
color: #EFF24C;
}
</style>
background-color css
<style>
a { background-color: #EFF24C; }
a { background-color: rgb(239,242,76); }
div.DivClassName
{
background-color: #EFF24C;
}
.BgClassName
{
background-color: #EFF24C;
}
</style>
border-color css
<style>
span { border-color: #EFF24C; }
span { border-color: rgb(239,242,76); }
td.TdClassName
{
border-color: #EFF24C;
}
.TagClassName
{
border-color: #EFF24C;
}
</style>