Shades of Honeysuckle #DEFC5D
Tints of Honeysuckle #DEFC5D
RGB
CMYK
RGB Variations
Color information
#DEFC5D (or 0xDEFC5D) is known color: Honeysuckle. HEX triplet: DE, FC and 5D. RGB value is (222,252,93). Sum of RGB (Red+Green+Blue) = 222+252+93=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 93 (36.72% from 255 or 16.40% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFC5D is #2103A2. Grayscale: #E1E1E1. Windows color (decimal): -2163619 or 6159582. OLE color: 6159582.
HSL color Cylindrical-coordinate representation of color #DEFC5D: hue angle of 71.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEFC5D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 93 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.01 |
| HSL | 71.32º | 0.96% | 0.68% | - |
| HSV(B) | 71.32º | 0.63% | 0.99% | - |
| XYZ | 66.91 | 85.94 | 23.42 | - |
| YUV | 224.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 93 | 0.12 | 0 | 0.63 | 0.01 | 71.32 | 0.96 | 0.68 |
| Hex | DE | FC | 5D | C | 0 | 3F | 1 | 47 | 60 | 44 |
| Octal | 336 | 374 | 135 | 14 | 0 | 77 | 1 | 107 | 140 | 104 |
| Binary | 11011110 | 11111100 | 1011101 | 1100 | 0 | 111111 | 1 | 1000111 | 1100000 | 1000100 |
Color Harmonies of #DEFC5D
Complementary color
Monochromatic Colors of #DEFC5D
Black with #DEFC5D
Text Example
Text Example
White with #DEFC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC5D; }
p { color: rgb(222,252,93); }
H1.HeaderClassName
{
color: #DEFC5D;
}
.AnyTagClassName
{
color: #DEFC5D;
}
</style>
background-color css
<style>
a { background-color: #DEFC5D; }
a { background-color: rgb(222,252,93); }
div.DivClassName
{
background-color: #DEFC5D;
}
.BgClassName
{
background-color: #DEFC5D;
}
</style>
border-color css
<style>
span { border-color: #DEFC5D; }
span { border-color: rgb(222,252,93); }
td.TdClassName
{
border-color: #DEFC5D;
}
.TagClassName
{
border-color: #DEFC5D;
}
</style>