Shades of Apple Green #DEF1DB
Tints of Apple Green #DEF1DB
RGB
CMYK
RGB Variations
Color information
#DEF1DB (or 0xDEF1DB) is known color: Apple Green. HEX triplet: DE, F1 and DB. RGB value is (222,241,219). Sum of RGB (Red+Green+Blue) = 222+241+219=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1DB is #210E24. Grayscale: #E8E8E8. Windows color (decimal): -2166309 or 14414302. OLE color: 14414302.
HSL color Cylindrical-coordinate representation of color #DEF1DB: hue angle of 111.82º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF1DB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 241 | 219 | - |
CMYK | 0.08 | 0 | 0.09 | 0.05 |
HSL | 111.82º | 0.44% | 0.9% | - |
HSV(B) | 111.82º | 0.09% | 0.95% | - |
XYZ | 74.37 | 83.55 | 79.23 | - |
YUV | 232.81 | 120.21 | 120.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 241 | 219 | 0.08 | 0 | 0.09 | 0.05 | 111.82 | 0.44 | 0.9 |
Hex | DE | F1 | DB | 8 | 0 | 9 | 5 | 70 | 2C | 5A |
Octal | 336 | 361 | 333 | 10 | 0 | 11 | 5 | 160 | 54 | 132 |
Binary | 11011110 | 11110001 | 11011011 | 1000 | 0 | 1001 | 101 | 1110000 | 101100 | 1011010 |
Color Harmonies of #DEF1DB
Complementary color
Monochromatic Colors of #DEF1DB
Black with #DEF1DB
Text Example
Text Example
White with #DEF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF1DB; }
p { color: rgb(222,241,219); }
H1.HeaderClassName
{
color: #DEF1DB;
}
.AnyTagClassName
{
color: #DEF1DB;
}
</style>
background-color css
<style>
a { background-color: #DEF1DB; }
a { background-color: rgb(222,241,219); }
div.DivClassName
{
background-color: #DEF1DB;
}
.BgClassName
{
background-color: #DEF1DB;
}
</style>
border-color css
<style>
span { border-color: #DEF1DB; }
span { border-color: rgb(222,241,219); }
td.TdClassName
{
border-color: #DEF1DB;
}
.TagClassName
{
border-color: #DEF1DB;
}
</style>