Shades of Honeysuckle #DEFC5A
Tints of Honeysuckle #DEFC5A
RGB
CMYK
RGB Variations
Color information
#DEFC5A (or 0xDEFC5A) is known color: Honeysuckle. HEX triplet: DE, FC and 5A. RGB value is (222,252,90). Sum of RGB (Red+Green+Blue) = 222+252+90=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 90 (35.55% from 255 or 15.96% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFC5A is #2103A5. Grayscale: #E1E1E1. Windows color (decimal): -2163622 or 5962974. OLE color: 5962974.
HSL color Cylindrical-coordinate representation of color #DEFC5A: hue angle of 71.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEFC5A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 90 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.01 |
| HSL | 71.11º | 0.96% | 0.67% | - |
| HSV(B) | 71.11º | 0.64% | 0.99% | - |
| XYZ | 66.78 | 85.89 | 22.73 | - |
| YUV | 224.56 | 52.06 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 90 | 0.12 | 0 | 0.64 | 0.01 | 71.11 | 0.96 | 0.67 |
| Hex | DE | FC | 5A | C | 0 | 40 | 1 | 47 | 60 | 43 |
| Octal | 336 | 374 | 132 | 14 | 0 | 100 | 1 | 107 | 140 | 103 |
| Binary | 11011110 | 11111100 | 1011010 | 1100 | 0 | 1000000 | 1 | 1000111 | 1100000 | 1000011 |
Color Harmonies of #DEFC5A
Complementary color
Monochromatic Colors of #DEFC5A
Black with #DEFC5A
Text Example
Text Example
White with #DEFC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC5A; }
p { color: rgb(222,252,90); }
H1.HeaderClassName
{
color: #DEFC5A;
}
.AnyTagClassName
{
color: #DEFC5A;
}
</style>
background-color css
<style>
a { background-color: #DEFC5A; }
a { background-color: rgb(222,252,90); }
div.DivClassName
{
background-color: #DEFC5A;
}
.BgClassName
{
background-color: #DEFC5A;
}
</style>
border-color css
<style>
span { border-color: #DEFC5A; }
span { border-color: rgb(222,252,90); }
td.TdClassName
{
border-color: #DEFC5A;
}
.TagClassName
{
border-color: #DEFC5A;
}
</style>