Shades of Paris Daisy #EFF53D
Tints of Paris Daisy #EFF53D
RGB
CMYK
RGB Variations
Color information
#EFF53D (or 0xEFF53D) is known color: Paris Daisy. HEX triplet: EF, F5 and 3D. RGB value is (239,245,61). Sum of RGB (Red+Green+Blue) = 239+245+61=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 61 (24.22% from 255 or 11.19% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF53D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF53D is #100AC2. Grayscale: #DEDEDE. Windows color (decimal): -1051331 or 4060655. OLE color: 4060655.
HSL color Cylindrical-coordinate representation of color #EFF53D: hue angle of 61.96º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFF53D is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 61 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.04 |
| HSL | 61.96º | 0.9% | 0.6% | - |
| HSV(B) | 61.96º | 0.75% | 0.96% | - |
| XYZ | 69.09 | 83.99 | 16.99 | - |
| YUV | 222.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 61 | 0.02 | 0 | 0.75 | 0.04 | 61.96 | 0.9 | 0.6 |
| Hex | EF | F5 | 3D | 2 | 0 | 4B | 4 | 3E | 5A | 3C |
| Octal | 357 | 365 | 75 | 2 | 0 | 113 | 4 | 76 | 132 | 74 |
| Binary | 11101111 | 11110101 | 111101 | 10 | 0 | 1001011 | 100 | 111110 | 1011010 | 111100 |
Color Harmonies of #EFF53D
Complementary color
Monochromatic Colors of #EFF53D
Black with #EFF53D
Text Example
Text Example
White with #EFF53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF53D; }
p { color: rgb(239,245,61); }
H1.HeaderClassName
{
color: #EFF53D;
}
.AnyTagClassName
{
color: #EFF53D;
}
</style>
background-color css
<style>
a { background-color: #EFF53D; }
a { background-color: rgb(239,245,61); }
div.DivClassName
{
background-color: #EFF53D;
}
.BgClassName
{
background-color: #EFF53D;
}
</style>
border-color css
<style>
span { border-color: #EFF53D; }
span { border-color: rgb(239,245,61); }
td.TdClassName
{
border-color: #EFF53D;
}
.TagClassName
{
border-color: #EFF53D;
}
</style>