Shades of Honeysuckle #D9F350
Tints of Honeysuckle #D9F350
RGB
CMYK
RGB Variations
Color information
#D9F350 (or 0xD9F350) is known color: Honeysuckle. HEX triplet: D9, F3 and 50. RGB value is (217,243,80). Sum of RGB (Red+Green+Blue) = 217+243+80=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F350 is #260CAF. Grayscale: #D9D9D9. Windows color (decimal): -2493616 or 5305305. OLE color: 5305305.
HSL color Cylindrical-coordinate representation of color #D9F350: hue angle of 69.57º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9F350 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 80 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.05 |
| HSL | 69.57º | 0.87% | 0.63% | - |
| HSV(B) | 69.57º | 0.67% | 0.95% | - |
| XYZ | 62.11 | 79.43 | 19.65 | - |
| YUV | 216.64 | 50.89 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 80 | 0.11 | 0 | 0.67 | 0.05 | 69.57 | 0.87 | 0.63 |
| Hex | D9 | F3 | 50 | B | 0 | 43 | 5 | 46 | 57 | 3F |
| Octal | 331 | 363 | 120 | 13 | 0 | 103 | 5 | 106 | 127 | 77 |
| Binary | 11011001 | 11110011 | 1010000 | 1011 | 0 | 1000011 | 101 | 1000110 | 1010111 | 111111 |
Color Harmonies of #D9F350
Complementary color
Monochromatic Colors of #D9F350
Black with #D9F350
Text Example
Text Example
White with #D9F350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F350; }
p { color: rgb(217,243,80); }
H1.HeaderClassName
{
color: #D9F350;
}
.AnyTagClassName
{
color: #D9F350;
}
</style>
background-color css
<style>
a { background-color: #D9F350; }
a { background-color: rgb(217,243,80); }
div.DivClassName
{
background-color: #D9F350;
}
.BgClassName
{
background-color: #D9F350;
}
</style>
border-color css
<style>
span { border-color: #D9F350; }
span { border-color: rgb(217,243,80); }
td.TdClassName
{
border-color: #D9F350;
}
.TagClassName
{
border-color: #D9F350;
}
</style>