Shades of Honeysuckle #DAF350
Tints of Honeysuckle #DAF350
RGB
CMYK
RGB Variations
Color information
#DAF350 (or 0xDAF350) is known color: Honeysuckle. HEX triplet: DA, F3 and 50. RGB value is (218,243,80). Sum of RGB (Red+Green+Blue) = 218+243+80=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 80 (31.64% from 255 or 14.79% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF350 is #250CAF. Grayscale: #D9D9D9. Windows color (decimal): -2428080 or 5305306. OLE color: 5305306.
HSL color Cylindrical-coordinate representation of color #DAF350: hue angle of 69.2º 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 #DAF350 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 80 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.05 |
| HSL | 69.2º | 0.87% | 0.63% | - |
| HSV(B) | 69.2º | 0.67% | 0.95% | - |
| XYZ | 62.41 | 79.59 | 19.66 | - |
| YUV | 216.94 | 50.72 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 80 | 0.10 | 0 | 0.67 | 0.05 | 69.2 | 0.87 | 0.63 |
| Hex | DA | F3 | 50 | A | 0 | 43 | 5 | 45 | 57 | 3F |
| Octal | 332 | 363 | 120 | 12 | 0 | 103 | 5 | 105 | 127 | 77 |
| Binary | 11011010 | 11110011 | 1010000 | 1010 | 0 | 1000011 | 101 | 1000101 | 1010111 | 111111 |
Color Harmonies of #DAF350
Complementary color
Monochromatic Colors of #DAF350
Black with #DAF350
Text Example
Text Example
White with #DAF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF350; }
p { color: rgb(218,243,80); }
H1.HeaderClassName
{
color: #DAF350;
}
.AnyTagClassName
{
color: #DAF350;
}
</style>
background-color css
<style>
a { background-color: #DAF350; }
a { background-color: rgb(218,243,80); }
div.DivClassName
{
background-color: #DAF350;
}
.BgClassName
{
background-color: #DAF350;
}
</style>
border-color css
<style>
span { border-color: #DAF350; }
span { border-color: rgb(218,243,80); }
td.TdClassName
{
border-color: #DAF350;
}
.TagClassName
{
border-color: #DAF350;
}
</style>