Shades of Paris Daisy #EFF93D
Tints of Paris Daisy #EFF93D
RGB
CMYK
RGB Variations
Color information
#EFF93D (or 0xEFF93D) is known color: Paris Daisy. HEX triplet: EF, F9 and 3D. RGB value is (239,249,61). Sum of RGB (Red+Green+Blue) = 239+249+61=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 61 (24.22% from 255 or 11.11% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF93D is #1006C2. Grayscale: #E1E1E1. Windows color (decimal): -1050307 or 4061679. OLE color: 4061679.
HSL color Cylindrical-coordinate representation of color #EFF93D: hue angle of 63.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFF93D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 61 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.02 |
| HSL | 63.19º | 0.94% | 0.61% | - |
| HSV(B) | 63.19º | 0.76% | 0.98% | - |
| XYZ | 70.31 | 86.44 | 17.39 | - |
| YUV | 224.58 | 35.69 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 61 | 0.04 | 0 | 0.76 | 0.02 | 63.19 | 0.94 | 0.61 |
| Hex | EF | F9 | 3D | 4 | 0 | 4C | 2 | 3F | 5E | 3D |
| Octal | 357 | 371 | 75 | 4 | 0 | 114 | 2 | 77 | 136 | 75 |
| Binary | 11101111 | 11111001 | 111101 | 100 | 0 | 1001100 | 10 | 111111 | 1011110 | 111101 |
Color Harmonies of #EFF93D
Complementary color
Monochromatic Colors of #EFF93D
Black with #EFF93D
Text Example
Text Example
White with #EFF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF93D; }
p { color: rgb(239,249,61); }
H1.HeaderClassName
{
color: #EFF93D;
}
.AnyTagClassName
{
color: #EFF93D;
}
</style>
background-color css
<style>
a { background-color: #EFF93D; }
a { background-color: rgb(239,249,61); }
div.DivClassName
{
background-color: #EFF93D;
}
.BgClassName
{
background-color: #EFF93D;
}
</style>
border-color css
<style>
span { border-color: #EFF93D; }
span { border-color: rgb(239,249,61); }
td.TdClassName
{
border-color: #EFF93D;
}
.TagClassName
{
border-color: #EFF93D;
}
</style>