Shades of Honeysuckle #DAFE4B
Tints of Honeysuckle #DAFE4B
RGB
CMYK
RGB Variations
Color information
#DAFE4B (or 0xDAFE4B) is known color: Honeysuckle. HEX triplet: DA, FE and 4B. RGB value is (218,254,75). Sum of RGB (Red+Green+Blue) = 218+254+75=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE4B is #2501B4. Grayscale: #DFDFDF. Windows color (decimal): -2425269 or 4980442. OLE color: 4980442.
HSL color Cylindrical-coordinate representation of color #DAFE4B: hue angle of 72.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAFE4B is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 75 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.00 |
| HSL | 72.07º | 0.99% | 0.65% | - |
| HSV(B) | 72.07º | 0.7% | 1% | - |
| XYZ | 65.63 | 86.3 | 19.85 | - |
| YUV | 222.83 | 44.57 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 75 | 0.14 | 0 | 0.70 | 0.00 | 72.07 | 0.99 | 0.65 |
| Hex | DA | FE | 4B | E | 0 | 46 | 0 | 48 | 63 | 41 |
| Octal | 332 | 376 | 113 | 16 | 0 | 106 | 0 | 110 | 143 | 101 |
| Binary | 11011010 | 11111110 | 1001011 | 1110 | 0 | 1000110 | 0 | 1001000 | 1100011 | 1000001 |
Color Harmonies of #DAFE4B
Complementary color
Monochromatic Colors of #DAFE4B
Black with #DAFE4B
Text Example
Text Example
White with #DAFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE4B; }
p { color: rgb(218,254,75); }
H1.HeaderClassName
{
color: #DAFE4B;
}
.AnyTagClassName
{
color: #DAFE4B;
}
</style>
background-color css
<style>
a { background-color: #DAFE4B; }
a { background-color: rgb(218,254,75); }
div.DivClassName
{
background-color: #DAFE4B;
}
.BgClassName
{
background-color: #DAFE4B;
}
</style>
border-color css
<style>
span { border-color: #DAFE4B; }
span { border-color: rgb(218,254,75); }
td.TdClassName
{
border-color: #DAFE4B;
}
.TagClassName
{
border-color: #DAFE4B;
}
</style>