Shades of Honeysuckle #DFFF4B
Tints of Honeysuckle #DFFF4B
RGB
CMYK
RGB Variations
Color information
#DFFF4B (or 0xDFFF4B) is known color: Honeysuckle. HEX triplet: DF, FF and 4B. RGB value is (223,255,75). Sum of RGB (Red+Green+Blue) = 223+255+75=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 75 (29.69% from 255 or 13.56% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFF4B is #2000B4. Grayscale: #E1E1E1. Windows color (decimal): -2097333 or 4980703. OLE color: 4980703.
HSL color Cylindrical-coordinate representation of color #DFFF4B: hue angle of 70.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFFF4B is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 75 | - |
| CMYK | 0.13 | 0 | 0.71 | 0 |
| HSL | 70.67º | 1% | 0.65% | - |
| HSV(B) | 70.67º | 0.71% | 1% | - |
| XYZ | 67.46 | 87.72 | 20.03 | - |
| YUV | 224.91 | 43.4 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 75 | 0.13 | 0 | 0.71 | 0 | 70.67 | 1 | 0.65 |
| Hex | DF | FF | 4B | D | 0 | 47 | 0 | 47 | 64 | 41 |
| Octal | 337 | 377 | 113 | 15 | 0 | 107 | 0 | 107 | 144 | 101 |
| Binary | 11011111 | 11111111 | 1001011 | 1101 | 0 | 1000111 | 0 | 1000111 | 1100100 | 1000001 |
Color Harmonies of #DFFF4B
Complementary color
Monochromatic Colors of #DFFF4B
Black with #DFFF4B
Text Example
Text Example
White with #DFFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF4B; }
p { color: rgb(223,255,75); }
H1.HeaderClassName
{
color: #DFFF4B;
}
.AnyTagClassName
{
color: #DFFF4B;
}
</style>
background-color css
<style>
a { background-color: #DFFF4B; }
a { background-color: rgb(223,255,75); }
div.DivClassName
{
background-color: #DFFF4B;
}
.BgClassName
{
background-color: #DFFF4B;
}
</style>
border-color css
<style>
span { border-color: #DFFF4B; }
span { border-color: rgb(223,255,75); }
td.TdClassName
{
border-color: #DFFF4B;
}
.TagClassName
{
border-color: #DFFF4B;
}
</style>