Shades of Paris Daisy #EFF24A
Tints of Paris Daisy #EFF24A
RGB
CMYK
RGB Variations
Color information
#EFF24A (or 0xEFF24A) is known color: Paris Daisy. HEX triplet: EF, F2 and 4A. RGB value is (239,242,74). Sum of RGB (Red+Green+Blue) = 239+242+74=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 74 (29.30% from 255 or 13.33% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF24A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF24A is #100DB5. Grayscale: #DEDEDE. Windows color (decimal): -1052086 or 4911855. OLE color: 4911855.
HSL color Cylindrical-coordinate representation of color #EFF24A: hue angle of 61.07º degrees, saturation: 0.87, 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 #EFF24A is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 74 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.05 |
| HSL | 61.07º | 0.87% | 0.62% | - |
| HSV(B) | 61.07º | 0.69% | 0.95% | - |
| XYZ | 68.58 | 82.35 | 18.76 | - |
| YUV | 221.95 | 44.51 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 74 | 0.01 | 0 | 0.69 | 0.05 | 61.07 | 0.87 | 0.62 |
| Hex | EF | F2 | 4A | 1 | 0 | 45 | 5 | 3D | 57 | 3E |
| Octal | 357 | 362 | 112 | 1 | 0 | 105 | 5 | 75 | 127 | 76 |
| Binary | 11101111 | 11110010 | 1001010 | 1 | 0 | 1000101 | 101 | 111101 | 1010111 | 111110 |
Color Harmonies of #EFF24A
Complementary color
Monochromatic Colors of #EFF24A
Black with #EFF24A
Text Example
Text Example
White with #EFF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF24A; }
p { color: rgb(239,242,74); }
H1.HeaderClassName
{
color: #EFF24A;
}
.AnyTagClassName
{
color: #EFF24A;
}
</style>
background-color css
<style>
a { background-color: #EFF24A; }
a { background-color: rgb(239,242,74); }
div.DivClassName
{
background-color: #EFF24A;
}
.BgClassName
{
background-color: #EFF24A;
}
</style>
border-color css
<style>
span { border-color: #EFF24A; }
span { border-color: rgb(239,242,74); }
td.TdClassName
{
border-color: #EFF24A;
}
.TagClassName
{
border-color: #EFF24A;
}
</style>