Shades of Honeysuckle #DAF450
Tints of Honeysuckle #DAF450
RGB
CMYK
RGB Variations
Color information
#DAF450 (or 0xDAF450) is known color: Honeysuckle. HEX triplet: DA, F4 and 50. RGB value is (218,244,80). Sum of RGB (Red+Green+Blue) = 218+244+80=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF450 is #250BAF. Grayscale: #DADADA. Windows color (decimal): -2427824 or 5305562. OLE color: 5305562.
HSL color Cylindrical-coordinate representation of color #DAF450: hue angle of 69.51º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAF450 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 80 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.04 |
| HSL | 69.51º | 0.88% | 0.64% | - |
| HSV(B) | 69.51º | 0.67% | 0.96% | - |
| XYZ | 62.71 | 80.19 | 19.76 | - |
| YUV | 217.53 | 50.39 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 80 | 0.11 | 0 | 0.67 | 0.04 | 69.51 | 0.88 | 0.64 |
| Hex | DA | F4 | 50 | B | 0 | 43 | 4 | 46 | 58 | 40 |
| Octal | 332 | 364 | 120 | 13 | 0 | 103 | 4 | 106 | 130 | 100 |
| Binary | 11011010 | 11110100 | 1010000 | 1011 | 0 | 1000011 | 100 | 1000110 | 1011000 | 1000000 |
Color Harmonies of #DAF450
Complementary color
Monochromatic Colors of #DAF450
Black with #DAF450
Text Example
Text Example
White with #DAF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF450; }
p { color: rgb(218,244,80); }
H1.HeaderClassName
{
color: #DAF450;
}
.AnyTagClassName
{
color: #DAF450;
}
</style>
background-color css
<style>
a { background-color: #DAF450; }
a { background-color: rgb(218,244,80); }
div.DivClassName
{
background-color: #DAF450;
}
.BgClassName
{
background-color: #DAF450;
}
</style>
border-color css
<style>
span { border-color: #DAF450; }
span { border-color: rgb(218,244,80); }
td.TdClassName
{
border-color: #DAF450;
}
.TagClassName
{
border-color: #DAF450;
}
</style>