Shades of Honeysuckle #DAF353
Tints of Honeysuckle #DAF353
RGB
CMYK
RGB Variations
Color information
#DAF353 (or 0xDAF353) is known color: Honeysuckle. HEX triplet: DA, F3 and 53. RGB value is (218,243,83). Sum of RGB (Red+Green+Blue) = 218+243+83=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 83 (32.81% from 255 or 15.26% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF353 is #250CAC. Grayscale: #D9D9D9. Windows color (decimal): -2428077 or 5501914. OLE color: 5501914.
HSL color Cylindrical-coordinate representation of color #DAF353: hue angle of 69.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAF353 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 83 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.05 |
| HSL | 69.38º | 0.87% | 0.64% | - |
| HSV(B) | 69.38º | 0.66% | 0.95% | - |
| XYZ | 62.53 | 79.63 | 20.26 | - |
| YUV | 217.29 | 52.22 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 83 | 0.10 | 0 | 0.66 | 0.05 | 69.38 | 0.87 | 0.64 |
| Hex | DA | F3 | 53 | A | 0 | 42 | 5 | 45 | 57 | 40 |
| Octal | 332 | 363 | 123 | 12 | 0 | 102 | 5 | 105 | 127 | 100 |
| Binary | 11011010 | 11110011 | 1010011 | 1010 | 0 | 1000010 | 101 | 1000101 | 1010111 | 1000000 |
Color Harmonies of #DAF353
Complementary color
Monochromatic Colors of #DAF353
Black with #DAF353
Text Example
Text Example
White with #DAF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF353; }
p { color: rgb(218,243,83); }
H1.HeaderClassName
{
color: #DAF353;
}
.AnyTagClassName
{
color: #DAF353;
}
</style>
background-color css
<style>
a { background-color: #DAF353; }
a { background-color: rgb(218,243,83); }
div.DivClassName
{
background-color: #DAF353;
}
.BgClassName
{
background-color: #DAF353;
}
</style>
border-color css
<style>
span { border-color: #DAF353; }
span { border-color: rgb(218,243,83); }
td.TdClassName
{
border-color: #DAF353;
}
.TagClassName
{
border-color: #DAF353;
}
</style>