Shades of Honeysuckle #DFF25F
Tints of Honeysuckle #DFF25F
RGB
CMYK
RGB Variations
Color information
#DFF25F (or 0xDFF25F) is known color: Honeysuckle. HEX triplet: DF, F2 and 5F. RGB value is (223,242,95). Sum of RGB (Red+Green+Blue) = 223+242+95=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 95 (37.5% from 255 or 16.96% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF25F is #200DA0. Grayscale: #DCDCDC. Windows color (decimal): -2100641 or 6288095. OLE color: 6288095.
HSL color Cylindrical-coordinate representation of color #DFF25F: hue angle of 67.76º 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 #DFF25F is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 95 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.05 |
| HSL | 67.76º | 0.85% | 0.66% | - |
| HSV(B) | 67.76º | 0.61% | 0.95% | - |
| XYZ | 64.25 | 80.02 | 22.89 | - |
| YUV | 219.56 | 57.71 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 95 | 0.08 | 0 | 0.61 | 0.05 | 67.76 | 0.85 | 0.66 |
| Hex | DF | F2 | 5F | 8 | 0 | 3D | 5 | 44 | 55 | 42 |
| Octal | 337 | 362 | 137 | 10 | 0 | 75 | 5 | 104 | 125 | 102 |
| Binary | 11011111 | 11110010 | 1011111 | 1000 | 0 | 111101 | 101 | 1000100 | 1010101 | 1000010 |
Color Harmonies of #DFF25F
Complementary color
Monochromatic Colors of #DFF25F
Black with #DFF25F
Text Example
Text Example
White with #DFF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF25F; }
p { color: rgb(223,242,95); }
H1.HeaderClassName
{
color: #DFF25F;
}
.AnyTagClassName
{
color: #DFF25F;
}
</style>
background-color css
<style>
a { background-color: #DFF25F; }
a { background-color: rgb(223,242,95); }
div.DivClassName
{
background-color: #DFF25F;
}
.BgClassName
{
background-color: #DFF25F;
}
</style>
border-color css
<style>
span { border-color: #DFF25F; }
span { border-color: rgb(223,242,95); }
td.TdClassName
{
border-color: #DFF25F;
}
.TagClassName
{
border-color: #DFF25F;
}
</style>