Shades of Paris Daisy #EFF13F
Tints of Paris Daisy #EFF13F
RGB
CMYK
RGB Variations
Color information
#EFF13F (or 0xEFF13F) is known color: Paris Daisy. HEX triplet: EF, F1 and 3F. RGB value is (239,241,63). Sum of RGB (Red+Green+Blue) = 239+241+63=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 63 (25% from 255 or 11.60% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF13F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF13F is #100EC0. Grayscale: #DCDCDC. Windows color (decimal): -1052353 or 4190703. OLE color: 4190703.
HSL color Cylindrical-coordinate representation of color #EFF13F: hue angle of 60.67º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFF13F is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 63 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.05 |
| HSL | 60.67º | 0.86% | 0.6% | - |
| HSV(B) | 60.67º | 0.74% | 0.95% | - |
| XYZ | 67.95 | 81.62 | 16.88 | - |
| YUV | 220.11 | 39.34 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 63 | 0.01 | 0 | 0.74 | 0.05 | 60.67 | 0.86 | 0.6 |
| Hex | EF | F1 | 3F | 1 | 0 | 4A | 5 | 3D | 56 | 3C |
| Octal | 357 | 361 | 77 | 1 | 0 | 112 | 5 | 75 | 126 | 74 |
| Binary | 11101111 | 11110001 | 111111 | 1 | 0 | 1001010 | 101 | 111101 | 1010110 | 111100 |
Color Harmonies of #EFF13F
Complementary color
Monochromatic Colors of #EFF13F
Black with #EFF13F
Text Example
Text Example
White with #EFF13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF13F; }
p { color: rgb(239,241,63); }
H1.HeaderClassName
{
color: #EFF13F;
}
.AnyTagClassName
{
color: #EFF13F;
}
</style>
background-color css
<style>
a { background-color: #EFF13F; }
a { background-color: rgb(239,241,63); }
div.DivClassName
{
background-color: #EFF13F;
}
.BgClassName
{
background-color: #EFF13F;
}
</style>
border-color css
<style>
span { border-color: #EFF13F; }
span { border-color: rgb(239,241,63); }
td.TdClassName
{
border-color: #EFF13F;
}
.TagClassName
{
border-color: #EFF13F;
}
</style>