Shades of Honeysuckle #DAF750
Tints of Honeysuckle #DAF750
RGB
CMYK
RGB Variations
Color information
#DAF750 (or 0xDAF750) is known color: Honeysuckle. HEX triplet: DA, F7 and 50. RGB value is (218,247,80). Sum of RGB (Red+Green+Blue) = 218+247+80=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF750 is #2508AF. Grayscale: #DBDBDB. Windows color (decimal): -2427056 or 5306330. OLE color: 5306330.
HSL color Cylindrical-coordinate representation of color #DAF750: hue angle of 70.42º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAF750 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 80 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.03 |
| HSL | 70.42º | 0.91% | 0.64% | - |
| HSV(B) | 70.42º | 0.68% | 0.97% | - |
| XYZ | 63.62 | 82.01 | 20.06 | - |
| YUV | 219.29 | 49.39 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 80 | 0.12 | 0 | 0.68 | 0.03 | 70.42 | 0.91 | 0.64 |
| Hex | DA | F7 | 50 | C | 0 | 44 | 3 | 46 | 5B | 40 |
| Octal | 332 | 367 | 120 | 14 | 0 | 104 | 3 | 106 | 133 | 100 |
| Binary | 11011010 | 11110111 | 1010000 | 1100 | 0 | 1000100 | 11 | 1000110 | 1011011 | 1000000 |
Color Harmonies of #DAF750
Complementary color
Monochromatic Colors of #DAF750
Black with #DAF750
Text Example
Text Example
White with #DAF750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF750; }
p { color: rgb(218,247,80); }
H1.HeaderClassName
{
color: #DAF750;
}
.AnyTagClassName
{
color: #DAF750;
}
</style>
background-color css
<style>
a { background-color: #DAF750; }
a { background-color: rgb(218,247,80); }
div.DivClassName
{
background-color: #DAF750;
}
.BgClassName
{
background-color: #DAF750;
}
</style>
border-color css
<style>
span { border-color: #DAF750; }
span { border-color: rgb(218,247,80); }
td.TdClassName
{
border-color: #DAF750;
}
.TagClassName
{
border-color: #DAF750;
}
</style>