Shades of Paris Daisy #EFF13E
Tints of Paris Daisy #EFF13E
RGB
CMYK
RGB Variations
Color information
#EFF13E (or 0xEFF13E) is known color: Paris Daisy. HEX triplet: EF, F1 and 3E. RGB value is (239,241,62). Sum of RGB (Red+Green+Blue) = 239+241+62=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 62 (24.61% from 255 or 11.44% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF13E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF13E is #100EC1. Grayscale: #DCDCDC. Windows color (decimal): -1052354 or 4125167. OLE color: 4125167.
HSL color Cylindrical-coordinate representation of color #EFF13E: hue angle of 60.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFF13E is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 62 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.05 |
| HSL | 60.67º | 0.86% | 0.59% | - |
| HSV(B) | 60.67º | 0.74% | 0.95% | - |
| XYZ | 67.92 | 81.61 | 16.73 | - |
| YUV | 220 | 38.84 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 62 | 0.01 | 0 | 0.74 | 0.05 | 60.67 | 0.86 | 0.59 |
| Hex | EF | F1 | 3E | 1 | 0 | 4A | 5 | 3D | 56 | 3B |
| Octal | 357 | 361 | 76 | 1 | 0 | 112 | 5 | 75 | 126 | 73 |
| Binary | 11101111 | 11110001 | 111110 | 1 | 0 | 1001010 | 101 | 111101 | 1010110 | 111011 |
Color Harmonies of #EFF13E
Complementary color
Monochromatic Colors of #EFF13E
Black with #EFF13E
Text Example
Text Example
White with #EFF13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF13E; }
p { color: rgb(239,241,62); }
H1.HeaderClassName
{
color: #EFF13E;
}
.AnyTagClassName
{
color: #EFF13E;
}
</style>
background-color css
<style>
a { background-color: #EFF13E; }
a { background-color: rgb(239,241,62); }
div.DivClassName
{
background-color: #EFF13E;
}
.BgClassName
{
background-color: #EFF13E;
}
</style>
border-color css
<style>
span { border-color: #EFF13E; }
span { border-color: rgb(239,241,62); }
td.TdClassName
{
border-color: #EFF13E;
}
.TagClassName
{
border-color: #EFF13E;
}
</style>