Shades of Honeysuckle #DFF064
Tints of Honeysuckle #DFF064
RGB
CMYK
RGB Variations
Color information
#DFF064 (or 0xDFF064) is known color: Honeysuckle. HEX triplet: DF, F0 and 64. RGB value is (223,240,100). Sum of RGB (Red+Green+Blue) = 223+240+100=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF064 is #200F9B. Grayscale: #DBDBDB. Windows color (decimal): -2101148 or 6615263. OLE color: 6615263.
HSL color Cylindrical-coordinate representation of color #DFF064: hue angle of 67.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFF064 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 100 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.06 |
| HSL | 67.29º | 0.82% | 0.67% | - |
| HSV(B) | 67.29º | 0.58% | 0.94% | - |
| XYZ | 63.89 | 78.93 | 23.92 | - |
| YUV | 218.96 | 60.87 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 100 | 0.07 | 0 | 0.58 | 0.06 | 67.29 | 0.82 | 0.67 |
| Hex | DF | F0 | 64 | 7 | 0 | 3A | 6 | 43 | 52 | 43 |
| Octal | 337 | 360 | 144 | 7 | 0 | 72 | 6 | 103 | 122 | 103 |
| Binary | 11011111 | 11110000 | 1100100 | 111 | 0 | 111010 | 110 | 1000011 | 1010010 | 1000011 |
Color Harmonies of #DFF064
Complementary color
Monochromatic Colors of #DFF064
Black with #DFF064
Text Example
Text Example
White with #DFF064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF064; }
p { color: rgb(223,240,100); }
H1.HeaderClassName
{
color: #DFF064;
}
.AnyTagClassName
{
color: #DFF064;
}
</style>
background-color css
<style>
a { background-color: #DFF064; }
a { background-color: rgb(223,240,100); }
div.DivClassName
{
background-color: #DFF064;
}
.BgClassName
{
background-color: #DFF064;
}
</style>
border-color css
<style>
span { border-color: #DFF064; }
span { border-color: rgb(223,240,100); }
td.TdClassName
{
border-color: #DFF064;
}
.TagClassName
{
border-color: #DFF064;
}
</style>