Shades of Honeysuckle #DFF64B
Tints of Honeysuckle #DFF64B
RGB
CMYK
RGB Variations
Color information
#DFF64B (or 0xDFF64B) is known color: Honeysuckle. HEX triplet: DF, F6 and 4B. RGB value is (223,246,75). Sum of RGB (Red+Green+Blue) = 223+246+75=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 75 (29.69% from 255 or 13.79% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF64B is #2009B4. Grayscale: #DCDCDC. Windows color (decimal): -2099637 or 4978399. OLE color: 4978399.
HSL color Cylindrical-coordinate representation of color #DFF64B: hue angle of 68.07º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFF64B is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 75 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.04 |
| HSL | 68.07º | 0.9% | 0.63% | - |
| HSV(B) | 68.07º | 0.7% | 0.96% | - |
| XYZ | 64.66 | 82.11 | 19.1 | - |
| YUV | 219.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 75 | 0.09 | 0 | 0.70 | 0.04 | 68.07 | 0.9 | 0.63 |
| Hex | DF | F6 | 4B | 9 | 0 | 46 | 4 | 44 | 5A | 3F |
| Octal | 337 | 366 | 113 | 11 | 0 | 106 | 4 | 104 | 132 | 77 |
| Binary | 11011111 | 11110110 | 1001011 | 1001 | 0 | 1000110 | 100 | 1000100 | 1011010 | 111111 |
Color Harmonies of #DFF64B
Complementary color
Monochromatic Colors of #DFF64B
Black with #DFF64B
Text Example
Text Example
White with #DFF64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF64B; }
p { color: rgb(223,246,75); }
H1.HeaderClassName
{
color: #DFF64B;
}
.AnyTagClassName
{
color: #DFF64B;
}
</style>
background-color css
<style>
a { background-color: #DFF64B; }
a { background-color: rgb(223,246,75); }
div.DivClassName
{
background-color: #DFF64B;
}
.BgClassName
{
background-color: #DFF64B;
}
</style>
border-color css
<style>
span { border-color: #DFF64B; }
span { border-color: rgb(223,246,75); }
td.TdClassName
{
border-color: #DFF64B;
}
.TagClassName
{
border-color: #DFF64B;
}
</style>