Shades of Honeysuckle #DEF25A
Tints of Honeysuckle #DEF25A
RGB
CMYK
RGB Variations
Color information
#DEF25A (or 0xDEF25A) is known color: Honeysuckle. HEX triplet: DE, F2 and 5A. RGB value is (222,242,90). Sum of RGB (Red+Green+Blue) = 222+242+90=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF25A is #210DA5. Grayscale: #DBDBDB. Windows color (decimal): -2166182 or 5960414. OLE color: 5960414.
HSL color Cylindrical-coordinate representation of color #DEF25A: hue angle of 67.89º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEF25A is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 90 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.05 |
| HSL | 67.89º | 0.85% | 0.65% | - |
| HSV(B) | 67.89º | 0.63% | 0.95% | - |
| XYZ | 63.72 | 79.77 | 21.71 | - |
| YUV | 218.69 | 55.37 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 90 | 0.08 | 0 | 0.63 | 0.05 | 67.89 | 0.85 | 0.65 |
| Hex | DE | F2 | 5A | 8 | 0 | 3F | 5 | 44 | 55 | 41 |
| Octal | 336 | 362 | 132 | 10 | 0 | 77 | 5 | 104 | 125 | 101 |
| Binary | 11011110 | 11110010 | 1011010 | 1000 | 0 | 111111 | 101 | 1000100 | 1010101 | 1000001 |
Color Harmonies of #DEF25A
Complementary color
Monochromatic Colors of #DEF25A
Black with #DEF25A
Text Example
Text Example
White with #DEF25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF25A; }
p { color: rgb(222,242,90); }
H1.HeaderClassName
{
color: #DEF25A;
}
.AnyTagClassName
{
color: #DEF25A;
}
</style>
background-color css
<style>
a { background-color: #DEF25A; }
a { background-color: rgb(222,242,90); }
div.DivClassName
{
background-color: #DEF25A;
}
.BgClassName
{
background-color: #DEF25A;
}
</style>
border-color css
<style>
span { border-color: #DEF25A; }
span { border-color: rgb(222,242,90); }
td.TdClassName
{
border-color: #DEF25A;
}
.TagClassName
{
border-color: #DEF25A;
}
</style>