Shades of Paris Daisy #EFF34B
Tints of Paris Daisy #EFF34B
RGB
CMYK
RGB Variations
Color information
#EFF34B (or 0xEFF34B) is known color: Paris Daisy. HEX triplet: EF, F3 and 4B. RGB value is (239,243,75). Sum of RGB (Red+Green+Blue) = 239+243+75=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 75 (29.69% from 255 or 13.46% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF34B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF34B is #100CB4. Grayscale: #DFDFDF. Windows color (decimal): -1051829 or 4977647. OLE color: 4977647.
HSL color Cylindrical-coordinate representation of color #EFF34B: hue angle of 61.43º degrees, saturation: 0.88, 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 #EFF34B is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 75 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.05 |
| HSL | 61.43º | 0.88% | 0.62% | - |
| HSV(B) | 61.43º | 0.69% | 0.95% | - |
| XYZ | 68.92 | 82.96 | 19.04 | - |
| YUV | 222.65 | 44.67 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 75 | 0.02 | 0 | 0.69 | 0.05 | 61.43 | 0.88 | 0.62 |
| Hex | EF | F3 | 4B | 2 | 0 | 45 | 5 | 3D | 58 | 3E |
| Octal | 357 | 363 | 113 | 2 | 0 | 105 | 5 | 75 | 130 | 76 |
| Binary | 11101111 | 11110011 | 1001011 | 10 | 0 | 1000101 | 101 | 111101 | 1011000 | 111110 |
Color Harmonies of #EFF34B
Complementary color
Monochromatic Colors of #EFF34B
Black with #EFF34B
Text Example
Text Example
White with #EFF34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF34B; }
p { color: rgb(239,243,75); }
H1.HeaderClassName
{
color: #EFF34B;
}
.AnyTagClassName
{
color: #EFF34B;
}
</style>
background-color css
<style>
a { background-color: #EFF34B; }
a { background-color: rgb(239,243,75); }
div.DivClassName
{
background-color: #EFF34B;
}
.BgClassName
{
background-color: #EFF34B;
}
</style>
border-color css
<style>
span { border-color: #EFF34B; }
span { border-color: rgb(239,243,75); }
td.TdClassName
{
border-color: #EFF34B;
}
.TagClassName
{
border-color: #EFF34B;
}
</style>