Shades of Honeysuckle #DEF250
Tints of Honeysuckle #DEF250
RGB
CMYK
RGB Variations
Color information
#DEF250 (or 0xDEF250) is known color: Honeysuckle. HEX triplet: DE, F2 and 50. RGB value is (222,242,80). Sum of RGB (Red+Green+Blue) = 222+242+80=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF250 is #210DAF. Grayscale: #DADADA. Windows color (decimal): -2166192 or 5305054. OLE color: 5305054.
HSL color Cylindrical-coordinate representation of color #DEF250: hue angle of 67.41º degrees, saturation: 0.86, 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 #DEF250 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 80 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.05 |
| HSL | 67.41º | 0.86% | 0.63% | - |
| HSV(B) | 67.41º | 0.67% | 0.95% | - |
| XYZ | 63.32 | 79.61 | 19.62 | - |
| YUV | 217.55 | 50.37 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 80 | 0.08 | 0 | 0.67 | 0.05 | 67.41 | 0.86 | 0.63 |
| Hex | DE | F2 | 50 | 8 | 0 | 43 | 5 | 43 | 56 | 3F |
| Octal | 336 | 362 | 120 | 10 | 0 | 103 | 5 | 103 | 126 | 77 |
| Binary | 11011110 | 11110010 | 1010000 | 1000 | 0 | 1000011 | 101 | 1000011 | 1010110 | 111111 |
Color Harmonies of #DEF250
Complementary color
Monochromatic Colors of #DEF250
Black with #DEF250
Text Example
Text Example
White with #DEF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF250; }
p { color: rgb(222,242,80); }
H1.HeaderClassName
{
color: #DEF250;
}
.AnyTagClassName
{
color: #DEF250;
}
</style>
background-color css
<style>
a { background-color: #DEF250; }
a { background-color: rgb(222,242,80); }
div.DivClassName
{
background-color: #DEF250;
}
.BgClassName
{
background-color: #DEF250;
}
</style>
border-color css
<style>
span { border-color: #DEF250; }
span { border-color: rgb(222,242,80); }
td.TdClassName
{
border-color: #DEF250;
}
.TagClassName
{
border-color: #DEF250;
}
</style>