Shades of Honeysuckle #DAFE52
Tints of Honeysuckle #DAFE52
RGB
CMYK
RGB Variations
Color information
#DAFE52 (or 0xDAFE52) is known color: Honeysuckle. HEX triplet: DA, FE and 52. RGB value is (218,254,82). Sum of RGB (Red+Green+Blue) = 218+254+82=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 82 (32.42% from 255 or 14.80% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE52 is #2501AD. Grayscale: #E0E0E0. Windows color (decimal): -2425262 or 5439194. OLE color: 5439194.
HSL color Cylindrical-coordinate representation of color #DAFE52: hue angle of 72.56º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAFE52 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 82 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.00 |
| HSL | 72.56º | 0.99% | 0.66% | - |
| HSV(B) | 72.56º | 0.68% | 1% | - |
| XYZ | 65.88 | 86.4 | 21.19 | - |
| YUV | 223.63 | 48.07 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 82 | 0.14 | 0 | 0.68 | 0.00 | 72.56 | 0.99 | 0.66 |
| Hex | DA | FE | 52 | E | 0 | 44 | 0 | 49 | 63 | 42 |
| Octal | 332 | 376 | 122 | 16 | 0 | 104 | 0 | 111 | 143 | 102 |
| Binary | 11011010 | 11111110 | 1010010 | 1110 | 0 | 1000100 | 0 | 1001001 | 1100011 | 1000010 |
Color Harmonies of #DAFE52
Complementary color
Monochromatic Colors of #DAFE52
Black with #DAFE52
Text Example
Text Example
White with #DAFE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE52; }
p { color: rgb(218,254,82); }
H1.HeaderClassName
{
color: #DAFE52;
}
.AnyTagClassName
{
color: #DAFE52;
}
</style>
background-color css
<style>
a { background-color: #DAFE52; }
a { background-color: rgb(218,254,82); }
div.DivClassName
{
background-color: #DAFE52;
}
.BgClassName
{
background-color: #DAFE52;
}
</style>
border-color css
<style>
span { border-color: #DAFE52; }
span { border-color: rgb(218,254,82); }
td.TdClassName
{
border-color: #DAFE52;
}
.TagClassName
{
border-color: #DAFE52;
}
</style>