Shades of Honeysuckle #DEFB4A
Tints of Honeysuckle #DEFB4A
RGB
CMYK
RGB Variations
Color information
#DEFB4A (or 0xDEFB4A) is known color: Honeysuckle. HEX triplet: DE, FB and 4A. RGB value is (222,251,74). Sum of RGB (Red+Green+Blue) = 222+251+74=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 74 (29.30% from 255 or 13.53% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFB4A is #2104B5. Grayscale: #DEDEDE. Windows color (decimal): -2163894 or 4914142. OLE color: 4914142.
HSL color Cylindrical-coordinate representation of color #DEFB4A: hue angle of 69.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEFB4A is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 74 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.02 |
| HSL | 69.83º | 0.96% | 0.64% | - |
| HSV(B) | 69.83º | 0.71% | 0.98% | - |
| XYZ | 65.86 | 85.02 | 19.42 | - |
| YUV | 222.15 | 44.39 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 74 | 0.12 | 0 | 0.71 | 0.02 | 69.83 | 0.96 | 0.64 |
| Hex | DE | FB | 4A | C | 0 | 47 | 2 | 46 | 60 | 40 |
| Octal | 336 | 373 | 112 | 14 | 0 | 107 | 2 | 106 | 140 | 100 |
| Binary | 11011110 | 11111011 | 1001010 | 1100 | 0 | 1000111 | 10 | 1000110 | 1100000 | 1000000 |
Color Harmonies of #DEFB4A
Complementary color
Monochromatic Colors of #DEFB4A
Black with #DEFB4A
Text Example
Text Example
White with #DEFB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFB4A; }
p { color: rgb(222,251,74); }
H1.HeaderClassName
{
color: #DEFB4A;
}
.AnyTagClassName
{
color: #DEFB4A;
}
</style>
background-color css
<style>
a { background-color: #DEFB4A; }
a { background-color: rgb(222,251,74); }
div.DivClassName
{
background-color: #DEFB4A;
}
.BgClassName
{
background-color: #DEFB4A;
}
</style>
border-color css
<style>
span { border-color: #DEFB4A; }
span { border-color: rgb(222,251,74); }
td.TdClassName
{
border-color: #DEFB4A;
}
.TagClassName
{
border-color: #DEFB4A;
}
</style>