Shades of Honeysuckle #DEF450
Tints of Honeysuckle #DEF450
RGB
CMYK
RGB Variations
Color information
#DEF450 (or 0xDEF450) is known color: Honeysuckle. HEX triplet: DE, F4 and 50. RGB value is (222,244,80). Sum of RGB (Red+Green+Blue) = 222+244+80=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 80 (31.64% from 255 or 14.65% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF450 is #210BAF. Grayscale: #DBDBDB. Windows color (decimal): -2165680 or 5305566. OLE color: 5305566.
HSL color Cylindrical-coordinate representation of color #DEF450: hue angle of 68.05º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEF450 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 80 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.04 |
| HSL | 68.05º | 0.88% | 0.64% | - |
| HSV(B) | 68.05º | 0.67% | 0.96% | - |
| XYZ | 63.92 | 80.81 | 19.82 | - |
| YUV | 218.73 | 49.71 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 80 | 0.09 | 0 | 0.67 | 0.04 | 68.05 | 0.88 | 0.64 |
| Hex | DE | F4 | 50 | 9 | 0 | 43 | 4 | 44 | 58 | 40 |
| Octal | 336 | 364 | 120 | 11 | 0 | 103 | 4 | 104 | 130 | 100 |
| Binary | 11011110 | 11110100 | 1010000 | 1001 | 0 | 1000011 | 100 | 1000100 | 1011000 | 1000000 |
Color Harmonies of #DEF450
Complementary color
Monochromatic Colors of #DEF450
Black with #DEF450
Text Example
Text Example
White with #DEF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF450; }
p { color: rgb(222,244,80); }
H1.HeaderClassName
{
color: #DEF450;
}
.AnyTagClassName
{
color: #DEF450;
}
</style>
background-color css
<style>
a { background-color: #DEF450; }
a { background-color: rgb(222,244,80); }
div.DivClassName
{
background-color: #DEF450;
}
.BgClassName
{
background-color: #DEF450;
}
</style>
border-color css
<style>
span { border-color: #DEF450; }
span { border-color: rgb(222,244,80); }
td.TdClassName
{
border-color: #DEF450;
}
.TagClassName
{
border-color: #DEF450;
}
</style>