Shades of Honeysuckle #DAFE50
Tints of Honeysuckle #DAFE50
RGB
CMYK
RGB Variations
Color information
#DAFE50 (or 0xDAFE50) is known color: Honeysuckle. HEX triplet: DA, FE and 50. RGB value is (218,254,80). Sum of RGB (Red+Green+Blue) = 218+254+80=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 80 (31.64% from 255 or 14.49% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE50 is #2501AF. Grayscale: #E0E0E0. Windows color (decimal): -2425264 or 5308122. OLE color: 5308122.
HSL color Cylindrical-coordinate representation of color #DAFE50: hue angle of 72.41º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAFE50 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 80 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.00 |
| HSL | 72.41º | 0.99% | 0.65% | - |
| HSV(B) | 72.41º | 0.69% | 1% | - |
| XYZ | 65.8 | 86.37 | 20.79 | - |
| YUV | 223.4 | 47.07 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 80 | 0.14 | 0 | 0.69 | 0.00 | 72.41 | 0.99 | 0.65 |
| Hex | DA | FE | 50 | E | 0 | 45 | 0 | 48 | 63 | 41 |
| Octal | 332 | 376 | 120 | 16 | 0 | 105 | 0 | 110 | 143 | 101 |
| Binary | 11011010 | 11111110 | 1010000 | 1110 | 0 | 1000101 | 0 | 1001000 | 1100011 | 1000001 |
Color Harmonies of #DAFE50
Complementary color
Monochromatic Colors of #DAFE50
Black with #DAFE50
Text Example
Text Example
White with #DAFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE50; }
p { color: rgb(218,254,80); }
H1.HeaderClassName
{
color: #DAFE50;
}
.AnyTagClassName
{
color: #DAFE50;
}
</style>
background-color css
<style>
a { background-color: #DAFE50; }
a { background-color: rgb(218,254,80); }
div.DivClassName
{
background-color: #DAFE50;
}
.BgClassName
{
background-color: #DAFE50;
}
</style>
border-color css
<style>
span { border-color: #DAFE50; }
span { border-color: rgb(218,254,80); }
td.TdClassName
{
border-color: #DAFE50;
}
.TagClassName
{
border-color: #DAFE50;
}
</style>