Shades of Paris Daisy #EFF74B
Tints of Paris Daisy #EFF74B
RGB
CMYK
RGB Variations
Color information
#EFF74B (or 0xEFF74B) is known color: Paris Daisy. HEX triplet: EF, F7 and 4B. RGB value is (239,247,75). Sum of RGB (Red+Green+Blue) = 239+247+75=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 75 (29.69% from 255 or 13.37% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF74B is #1008B4. Grayscale: #E1E1E1. Windows color (decimal): -1050805 or 4978671. OLE color: 4978671.
HSL color Cylindrical-coordinate representation of color #EFF74B: hue angle of 62.79º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFF74B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 75 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.03 |
| HSL | 62.79º | 0.91% | 0.63% | - |
| HSV(B) | 62.79º | 0.7% | 0.97% | - |
| XYZ | 70.13 | 85.38 | 19.44 | - |
| YUV | 225 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 75 | 0.03 | 0 | 0.70 | 0.03 | 62.79 | 0.91 | 0.63 |
| Hex | EF | F7 | 4B | 3 | 0 | 46 | 3 | 3F | 5B | 3F |
| Octal | 357 | 367 | 113 | 3 | 0 | 106 | 3 | 77 | 133 | 77 |
| Binary | 11101111 | 11110111 | 1001011 | 11 | 0 | 1000110 | 11 | 111111 | 1011011 | 111111 |
Color Harmonies of #EFF74B
Complementary color
Monochromatic Colors of #EFF74B
Black with #EFF74B
Text Example
Text Example
White with #EFF74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF74B; }
p { color: rgb(239,247,75); }
H1.HeaderClassName
{
color: #EFF74B;
}
.AnyTagClassName
{
color: #EFF74B;
}
</style>
background-color css
<style>
a { background-color: #EFF74B; }
a { background-color: rgb(239,247,75); }
div.DivClassName
{
background-color: #EFF74B;
}
.BgClassName
{
background-color: #EFF74B;
}
</style>
border-color css
<style>
span { border-color: #EFF74B; }
span { border-color: rgb(239,247,75); }
td.TdClassName
{
border-color: #EFF74B;
}
.TagClassName
{
border-color: #EFF74B;
}
</style>