Shades of Honeysuckle #DFF95A
Tints of Honeysuckle #DFF95A
RGB
CMYK
RGB Variations
Color information
#DFF95A (or 0xDFF95A) is known color: Honeysuckle. HEX triplet: DF, F9 and 5A. RGB value is (223,249,90). Sum of RGB (Red+Green+Blue) = 223+249+90=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 90 (35.55% from 255 or 16.01% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF95A is #2006A5. Grayscale: #DFDFDF. Windows color (decimal): -2098854 or 5962207. OLE color: 5962207.
HSL color Cylindrical-coordinate representation of color #DFF95A: hue angle of 69.81º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFF95A is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 90 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.02 |
| HSL | 69.81º | 0.93% | 0.66% | - |
| HSV(B) | 69.81º | 0.64% | 0.98% | - |
| XYZ | 66.15 | 84.18 | 22.43 | - |
| YUV | 223.1 | 52.89 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 90 | 0.10 | 0 | 0.64 | 0.02 | 69.81 | 0.93 | 0.66 |
| Hex | DF | F9 | 5A | A | 0 | 40 | 2 | 46 | 5D | 42 |
| Octal | 337 | 371 | 132 | 12 | 0 | 100 | 2 | 106 | 135 | 102 |
| Binary | 11011111 | 11111001 | 1011010 | 1010 | 0 | 1000000 | 10 | 1000110 | 1011101 | 1000010 |
Color Harmonies of #DFF95A
Complementary color
Monochromatic Colors of #DFF95A
Black with #DFF95A
Text Example
Text Example
White with #DFF95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF95A; }
p { color: rgb(223,249,90); }
H1.HeaderClassName
{
color: #DFF95A;
}
.AnyTagClassName
{
color: #DFF95A;
}
</style>
background-color css
<style>
a { background-color: #DFF95A; }
a { background-color: rgb(223,249,90); }
div.DivClassName
{
background-color: #DFF95A;
}
.BgClassName
{
background-color: #DFF95A;
}
</style>
border-color css
<style>
span { border-color: #DFF95A; }
span { border-color: rgb(223,249,90); }
td.TdClassName
{
border-color: #DFF95A;
}
.TagClassName
{
border-color: #DFF95A;
}
</style>