Shades of Honeysuckle #D9FF50
Tints of Honeysuckle #D9FF50
RGB
CMYK
RGB Variations
Color information
#D9FF50 (or 0xD9FF50) is known color: Honeysuckle. HEX triplet: D9, FF and 50. RGB value is (217,255,80). Sum of RGB (Red+Green+Blue) = 217+255+80=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 80 (31.64% from 255 or 14.49% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF50 is #2600AF. Grayscale: #E0E0E0. Windows color (decimal): -2490544 or 5308377. OLE color: 5308377.
HSL color Cylindrical-coordinate representation of color #D9FF50: hue angle of 73.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9FF50 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 80 | - |
| CMYK | 0.15 | 0 | 0.69 | 0 |
| HSL | 73.03º | 1% | 0.66% | - |
| HSV(B) | 73.03º | 0.69% | 1% | - |
| XYZ | 65.82 | 86.85 | 20.88 | - |
| YUV | 223.69 | 46.91 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 80 | 0.15 | 0 | 0.69 | 0 | 73.03 | 1 | 0.66 |
| Hex | D9 | FF | 50 | F | 0 | 45 | 0 | 49 | 64 | 42 |
| Octal | 331 | 377 | 120 | 17 | 0 | 105 | 0 | 111 | 144 | 102 |
| Binary | 11011001 | 11111111 | 1010000 | 1111 | 0 | 1000101 | 0 | 1001001 | 1100100 | 1000010 |
Color Harmonies of #D9FF50
Complementary color
Monochromatic Colors of #D9FF50
Black with #D9FF50
Text Example
Text Example
White with #D9FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF50; }
p { color: rgb(217,255,80); }
H1.HeaderClassName
{
color: #D9FF50;
}
.AnyTagClassName
{
color: #D9FF50;
}
</style>
background-color css
<style>
a { background-color: #D9FF50; }
a { background-color: rgb(217,255,80); }
div.DivClassName
{
background-color: #D9FF50;
}
.BgClassName
{
background-color: #D9FF50;
}
</style>
border-color css
<style>
span { border-color: #D9FF50; }
span { border-color: rgb(217,255,80); }
td.TdClassName
{
border-color: #D9FF50;
}
.TagClassName
{
border-color: #D9FF50;
}
</style>