Shades of Paris Daisy #EFF54B
Tints of Paris Daisy #EFF54B
RGB
CMYK
RGB Variations
Color information
#EFF54B (or 0xEFF54B) is known color: Paris Daisy. HEX triplet: EF, F5 and 4B. RGB value is (239,245,75). Sum of RGB (Red+Green+Blue) = 239+245+75=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 75 (29.69% from 255 or 13.42% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF54B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF54B is #100AB4. Grayscale: #E0E0E0. Windows color (decimal): -1051317 or 4978159. OLE color: 4978159.
HSL color Cylindrical-coordinate representation of color #EFF54B: hue angle of 62.12º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFF54B is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 75 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.04 |
| HSL | 62.12º | 0.89% | 0.63% | - |
| HSV(B) | 62.12º | 0.69% | 0.96% | - |
| XYZ | 69.52 | 84.16 | 19.24 | - |
| YUV | 223.83 | 44.01 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 75 | 0.02 | 0 | 0.69 | 0.04 | 62.12 | 0.89 | 0.63 |
| Hex | EF | F5 | 4B | 2 | 0 | 45 | 4 | 3E | 59 | 3F |
| Octal | 357 | 365 | 113 | 2 | 0 | 105 | 4 | 76 | 131 | 77 |
| Binary | 11101111 | 11110101 | 1001011 | 10 | 0 | 1000101 | 100 | 111110 | 1011001 | 111111 |
Color Harmonies of #EFF54B
Complementary color
Monochromatic Colors of #EFF54B
Black with #EFF54B
Text Example
Text Example
White with #EFF54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF54B; }
p { color: rgb(239,245,75); }
H1.HeaderClassName
{
color: #EFF54B;
}
.AnyTagClassName
{
color: #EFF54B;
}
</style>
background-color css
<style>
a { background-color: #EFF54B; }
a { background-color: rgb(239,245,75); }
div.DivClassName
{
background-color: #EFF54B;
}
.BgClassName
{
background-color: #EFF54B;
}
</style>
border-color css
<style>
span { border-color: #EFF54B; }
span { border-color: rgb(239,245,75); }
td.TdClassName
{
border-color: #EFF54B;
}
.TagClassName
{
border-color: #EFF54B;
}
</style>