Shades of Honeysuckle #DEFE4B
Tints of Honeysuckle #DEFE4B
RGB
CMYK
RGB Variations
Color information
#DEFE4B (or 0xDEFE4B) is known color: Honeysuckle. HEX triplet: DE, FE and 4B. RGB value is (222,254,75). Sum of RGB (Red+Green+Blue) = 222+254+75=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 75 (29.69% from 255 or 13.61% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFE4B is #2101B4. Grayscale: #E0E0E0. Windows color (decimal): -2163125 or 4980446. OLE color: 4980446.
HSL color Cylindrical-coordinate representation of color #DEFE4B: hue angle of 70.73º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEFE4B is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 75 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.00 |
| HSL | 70.73º | 0.99% | 0.65% | - |
| HSV(B) | 70.73º | 0.7% | 1% | - |
| XYZ | 66.84 | 86.92 | 19.91 | - |
| YUV | 224.03 | 43.9 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 75 | 0.13 | 0 | 0.70 | 0.00 | 70.73 | 0.99 | 0.65 |
| Hex | DE | FE | 4B | D | 0 | 46 | 0 | 47 | 63 | 41 |
| Octal | 336 | 376 | 113 | 15 | 0 | 106 | 0 | 107 | 143 | 101 |
| Binary | 11011110 | 11111110 | 1001011 | 1101 | 0 | 1000110 | 0 | 1000111 | 1100011 | 1000001 |
Color Harmonies of #DEFE4B
Complementary color
Monochromatic Colors of #DEFE4B
Black with #DEFE4B
Text Example
Text Example
White with #DEFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE4B; }
p { color: rgb(222,254,75); }
H1.HeaderClassName
{
color: #DEFE4B;
}
.AnyTagClassName
{
color: #DEFE4B;
}
</style>
background-color css
<style>
a { background-color: #DEFE4B; }
a { background-color: rgb(222,254,75); }
div.DivClassName
{
background-color: #DEFE4B;
}
.BgClassName
{
background-color: #DEFE4B;
}
</style>
border-color css
<style>
span { border-color: #DEFE4B; }
span { border-color: rgb(222,254,75); }
td.TdClassName
{
border-color: #DEFE4B;
}
.TagClassName
{
border-color: #DEFE4B;
}
</style>