Shades of Honeysuckle #DAF250
Tints of Honeysuckle #DAF250
RGB
CMYK
RGB Variations
Color information
#DAF250 (or 0xDAF250) is known color: Honeysuckle. HEX triplet: DA, F2 and 50. RGB value is (218,242,80). Sum of RGB (Red+Green+Blue) = 218+242+80=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF250 is #250DAF. Grayscale: #D8D8D8. Windows color (decimal): -2428336 or 5305050. OLE color: 5305050.
HSL color Cylindrical-coordinate representation of color #DAF250: hue angle of 68.89º degrees, saturation: 0.86, 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 #DAF250 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 80 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.05 |
| HSL | 68.89º | 0.86% | 0.63% | - |
| HSV(B) | 68.89º | 0.67% | 0.95% | - |
| XYZ | 62.11 | 78.99 | 19.56 | - |
| YUV | 216.36 | 51.05 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 80 | 0.10 | 0 | 0.67 | 0.05 | 68.89 | 0.86 | 0.63 |
| Hex | DA | F2 | 50 | A | 0 | 43 | 5 | 45 | 56 | 3F |
| Octal | 332 | 362 | 120 | 12 | 0 | 103 | 5 | 105 | 126 | 77 |
| Binary | 11011010 | 11110010 | 1010000 | 1010 | 0 | 1000011 | 101 | 1000101 | 1010110 | 111111 |
Color Harmonies of #DAF250
Complementary color
Monochromatic Colors of #DAF250
Black with #DAF250
Text Example
Text Example
White with #DAF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF250; }
p { color: rgb(218,242,80); }
H1.HeaderClassName
{
color: #DAF250;
}
.AnyTagClassName
{
color: #DAF250;
}
</style>
background-color css
<style>
a { background-color: #DAF250; }
a { background-color: rgb(218,242,80); }
div.DivClassName
{
background-color: #DAF250;
}
.BgClassName
{
background-color: #DAF250;
}
</style>
border-color css
<style>
span { border-color: #DAF250; }
span { border-color: rgb(218,242,80); }
td.TdClassName
{
border-color: #DAF250;
}
.TagClassName
{
border-color: #DAF250;
}
</style>