Shades of Honeysuckle #DFFD5B
Tints of Honeysuckle #DFFD5B
RGB
CMYK
RGB Variations
Color information
#DFFD5B (or 0xDFFD5B) is known color: Honeysuckle. HEX triplet: DF, FD and 5B. RGB value is (223,253,91). Sum of RGB (Red+Green+Blue) = 223+253+91=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 91 (35.94% from 255 or 16.05% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFD5B is #2002A4. Grayscale: #E2E2E2. Windows color (decimal): -2097829 or 6028767. OLE color: 6028767.
HSL color Cylindrical-coordinate representation of color #DFFD5B: hue angle of 71.11º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFFD5B is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 91 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.01 |
| HSL | 71.11º | 0.98% | 0.67% | - |
| HSV(B) | 71.11º | 0.64% | 0.99% | - |
| XYZ | 67.45 | 86.69 | 23.08 | - |
| YUV | 225.56 | 52.06 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 91 | 0.12 | 0 | 0.64 | 0.01 | 71.11 | 0.98 | 0.67 |
| Hex | DF | FD | 5B | C | 0 | 40 | 1 | 47 | 62 | 43 |
| Octal | 337 | 375 | 133 | 14 | 0 | 100 | 1 | 107 | 142 | 103 |
| Binary | 11011111 | 11111101 | 1011011 | 1100 | 0 | 1000000 | 1 | 1000111 | 1100010 | 1000011 |
Color Harmonies of #DFFD5B
Complementary color
Monochromatic Colors of #DFFD5B
Black with #DFFD5B
Text Example
Text Example
White with #DFFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFD5B; }
p { color: rgb(223,253,91); }
H1.HeaderClassName
{
color: #DFFD5B;
}
.AnyTagClassName
{
color: #DFFD5B;
}
</style>
background-color css
<style>
a { background-color: #DFFD5B; }
a { background-color: rgb(223,253,91); }
div.DivClassName
{
background-color: #DFFD5B;
}
.BgClassName
{
background-color: #DFFD5B;
}
</style>
border-color css
<style>
span { border-color: #DFFD5B; }
span { border-color: rgb(223,253,91); }
td.TdClassName
{
border-color: #DFFD5B;
}
.TagClassName
{
border-color: #DFFD5B;
}
</style>