Shades of Apple Green #DEF1DA
Tints of Apple Green #DEF1DA
RGB
CMYK
RGB Variations
Color information
#DEF1DA (or 0xDEF1DA) is known color: Apple Green. HEX triplet: DE, F1 and DA. RGB value is (222,241,218). Sum of RGB (Red+Green+Blue) = 222+241+218=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1DA is #210E25. Grayscale: #E8E8E8. Windows color (decimal): -2166310 or 14348766. OLE color: 14348766.
HSL color Cylindrical-coordinate representation of color #DEF1DA: hue angle of 109.57º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF1DA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 218 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.05 |
| HSL | 109.57º | 0.45% | 0.9% | - |
| HSV(B) | 109.57º | 0.1% | 0.95% | - |
| XYZ | 74.23 | 83.5 | 78.53 | - |
| YUV | 232.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 218 | 0.08 | 0 | 0.10 | 0.05 | 109.57 | 0.45 | 0.9 |
| Hex | DE | F1 | DA | 8 | 0 | A | 5 | 6E | 2D | 5A |
| Octal | 336 | 361 | 332 | 10 | 0 | 12 | 5 | 156 | 55 | 132 |
| Binary | 11011110 | 11110001 | 11011010 | 1000 | 0 | 1010 | 101 | 1101110 | 101101 | 1011010 |
Color Harmonies of #DEF1DA
Complementary color
Monochromatic Colors of #DEF1DA
Black with #DEF1DA
Text Example
Text Example
White with #DEF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF1DA; }
p { color: rgb(222,241,218); }
H1.HeaderClassName
{
color: #DEF1DA;
}
.AnyTagClassName
{
color: #DEF1DA;
}
</style>
background-color css
<style>
a { background-color: #DEF1DA; }
a { background-color: rgb(222,241,218); }
div.DivClassName
{
background-color: #DEF1DA;
}
.BgClassName
{
background-color: #DEF1DA;
}
</style>
border-color css
<style>
span { border-color: #DEF1DA; }
span { border-color: rgb(222,241,218); }
td.TdClassName
{
border-color: #DEF1DA;
}
.TagClassName
{
border-color: #DEF1DA;
}
</style>