Shades of Honeysuckle #DAF153
Tints of Honeysuckle #DAF153
RGB
CMYK
RGB Variations
Color information
#DAF153 (or 0xDAF153) is known color: Honeysuckle. HEX triplet: DA, F1 and 53. RGB value is (218,241,83). Sum of RGB (Red+Green+Blue) = 218+241+83=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 83 (32.81% from 255 or 15.31% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF153 is #250EAC. Grayscale: #D8D8D8. Windows color (decimal): -2428589 or 5501402. OLE color: 5501402.
HSL color Cylindrical-coordinate representation of color #DAF153: hue angle of 68.73º degrees, saturation: 0.85, 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 #DAF153 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 83 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.05 |
| HSL | 68.73º | 0.85% | 0.64% | - |
| HSV(B) | 68.73º | 0.66% | 0.95% | - |
| XYZ | 61.93 | 78.44 | 20.06 | - |
| YUV | 216.11 | 52.88 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 83 | 0.10 | 0 | 0.66 | 0.05 | 68.73 | 0.85 | 0.64 |
| Hex | DA | F1 | 53 | A | 0 | 42 | 5 | 45 | 55 | 40 |
| Octal | 332 | 361 | 123 | 12 | 0 | 102 | 5 | 105 | 125 | 100 |
| Binary | 11011010 | 11110001 | 1010011 | 1010 | 0 | 1000010 | 101 | 1000101 | 1010101 | 1000000 |
Color Harmonies of #DAF153
Complementary color
Monochromatic Colors of #DAF153
Black with #DAF153
Text Example
Text Example
White with #DAF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF153; }
p { color: rgb(218,241,83); }
H1.HeaderClassName
{
color: #DAF153;
}
.AnyTagClassName
{
color: #DAF153;
}
</style>
background-color css
<style>
a { background-color: #DAF153; }
a { background-color: rgb(218,241,83); }
div.DivClassName
{
background-color: #DAF153;
}
.BgClassName
{
background-color: #DAF153;
}
</style>
border-color css
<style>
span { border-color: #DAF153; }
span { border-color: rgb(218,241,83); }
td.TdClassName
{
border-color: #DAF153;
}
.TagClassName
{
border-color: #DAF153;
}
</style>