Shades of Paris Daisy #EFF34A
Tints of Paris Daisy #EFF34A
RGB
CMYK
RGB Variations
Color information
#EFF34A (or 0xEFF34A) is known color: Paris Daisy. HEX triplet: EF, F3 and 4A. RGB value is (239,243,74). Sum of RGB (Red+Green+Blue) = 239+243+74=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 74 (29.30% from 255 or 13.31% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF34A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF34A is #100CB5. Grayscale: #DFDFDF. Windows color (decimal): -1051830 or 4912111. OLE color: 4912111.
HSL color Cylindrical-coordinate representation of color #EFF34A: hue angle of 61.42º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFF34A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 74 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.05 |
| HSL | 61.42º | 0.88% | 0.62% | - |
| HSV(B) | 61.42º | 0.7% | 0.95% | - |
| XYZ | 68.88 | 82.95 | 18.86 | - |
| YUV | 222.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 74 | 0.02 | 0 | 0.70 | 0.05 | 61.42 | 0.88 | 0.62 |
| Hex | EF | F3 | 4A | 2 | 0 | 46 | 5 | 3D | 58 | 3E |
| Octal | 357 | 363 | 112 | 2 | 0 | 106 | 5 | 75 | 130 | 76 |
| Binary | 11101111 | 11110011 | 1001010 | 10 | 0 | 1000110 | 101 | 111101 | 1011000 | 111110 |
Color Harmonies of #EFF34A
Complementary color
Monochromatic Colors of #EFF34A
Black with #EFF34A
Text Example
Text Example
White with #EFF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF34A; }
p { color: rgb(239,243,74); }
H1.HeaderClassName
{
color: #EFF34A;
}
.AnyTagClassName
{
color: #EFF34A;
}
</style>
background-color css
<style>
a { background-color: #EFF34A; }
a { background-color: rgb(239,243,74); }
div.DivClassName
{
background-color: #EFF34A;
}
.BgClassName
{
background-color: #EFF34A;
}
</style>
border-color css
<style>
span { border-color: #EFF34A; }
span { border-color: rgb(239,243,74); }
td.TdClassName
{
border-color: #EFF34A;
}
.TagClassName
{
border-color: #EFF34A;
}
</style>