Shades of Honeysuckle #DEF350
Tints of Honeysuckle #DEF350
RGB
CMYK
RGB Variations
Color information
#DEF350 (or 0xDEF350) is known color: Honeysuckle. HEX triplet: DE, F3 and 50. RGB value is (222,243,80). Sum of RGB (Red+Green+Blue) = 222+243+80=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF350 is #210CAF. Grayscale: #DADADA. Windows color (decimal): -2165936 or 5305310. OLE color: 5305310.
HSL color Cylindrical-coordinate representation of color #DEF350: hue angle of 67.73º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEF350 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 80 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.05 |
| HSL | 67.73º | 0.87% | 0.63% | - |
| HSV(B) | 67.73º | 0.67% | 0.95% | - |
| XYZ | 63.62 | 80.21 | 19.72 | - |
| YUV | 218.14 | 50.04 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 80 | 0.09 | 0 | 0.67 | 0.05 | 67.73 | 0.87 | 0.63 |
| Hex | DE | F3 | 50 | 9 | 0 | 43 | 5 | 44 | 57 | 3F |
| Octal | 336 | 363 | 120 | 11 | 0 | 103 | 5 | 104 | 127 | 77 |
| Binary | 11011110 | 11110011 | 1010000 | 1001 | 0 | 1000011 | 101 | 1000100 | 1010111 | 111111 |
Color Harmonies of #DEF350
Complementary color
Monochromatic Colors of #DEF350
Black with #DEF350
Text Example
Text Example
White with #DEF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF350; }
p { color: rgb(222,243,80); }
H1.HeaderClassName
{
color: #DEF350;
}
.AnyTagClassName
{
color: #DEF350;
}
</style>
background-color css
<style>
a { background-color: #DEF350; }
a { background-color: rgb(222,243,80); }
div.DivClassName
{
background-color: #DEF350;
}
.BgClassName
{
background-color: #DEF350;
}
</style>
border-color css
<style>
span { border-color: #DEF350; }
span { border-color: rgb(222,243,80); }
td.TdClassName
{
border-color: #DEF350;
}
.TagClassName
{
border-color: #DEF350;
}
</style>