Shades of Honeysuckle #EFF25F
Tints of Honeysuckle #EFF25F
RGB
CMYK
RGB Variations
Color information
#EFF25F (or 0xEFF25F) is known color: Honeysuckle. HEX triplet: EF, F2 and 5F. RGB value is (239,242,95). Sum of RGB (Red+Green+Blue) = 239+242+95=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 95 (37.5% from 255 or 16.49% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF25F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF25F is #100DA0. Grayscale: #E0E0E0. Windows color (decimal): -1052065 or 6288111. OLE color: 6288111.
HSL color Cylindrical-coordinate representation of color #EFF25F: hue angle of 61.22º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFF25F is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 95 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.05 |
| HSL | 61.22º | 0.85% | 0.66% | - |
| HSV(B) | 61.22º | 0.61% | 0.95% | - |
| XYZ | 69.41 | 82.68 | 23.13 | - |
| YUV | 224.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 95 | 0.01 | 0 | 0.61 | 0.05 | 61.22 | 0.85 | 0.66 |
| Hex | EF | F2 | 5F | 1 | 0 | 3D | 5 | 3D | 55 | 42 |
| Octal | 357 | 362 | 137 | 1 | 0 | 75 | 5 | 75 | 125 | 102 |
| Binary | 11101111 | 11110010 | 1011111 | 1 | 0 | 111101 | 101 | 111101 | 1010101 | 1000010 |
Color Harmonies of #EFF25F
Complementary color
Monochromatic Colors of #EFF25F
Black with #EFF25F
Text Example
Text Example
White with #EFF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF25F; }
p { color: rgb(239,242,95); }
H1.HeaderClassName
{
color: #EFF25F;
}
.AnyTagClassName
{
color: #EFF25F;
}
</style>
background-color css
<style>
a { background-color: #EFF25F; }
a { background-color: rgb(239,242,95); }
div.DivClassName
{
background-color: #EFF25F;
}
.BgClassName
{
background-color: #EFF25F;
}
</style>
border-color css
<style>
span { border-color: #EFF25F; }
span { border-color: rgb(239,242,95); }
td.TdClassName
{
border-color: #EFF25F;
}
.TagClassName
{
border-color: #EFF25F;
}
</style>