Shades of Apple Green #DEF0DB
Tints of Apple Green #DEF0DB
RGB
CMYK
RGB Variations
Color information
#DEF0DB (or 0xDEF0DB) is known color: Apple Green. HEX triplet: DE, F0 and DB. RGB value is (222,240,219). Sum of RGB (Red+Green+Blue) = 222+240+219=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0DB is #210F24. Grayscale: #E8E8E8. Windows color (decimal): -2166565 or 14414046. OLE color: 14414046.
HSL color Cylindrical-coordinate representation of color #DEF0DB: hue angle of 111.43º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF0DB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 240 | 219 | - |
CMYK | 0.08 | 0 | 0.09 | 0.06 |
HSL | 111.43º | 0.41% | 0.9% | - |
HSV(B) | 111.43º | 0.09% | 0.94% | - |
XYZ | 74.07 | 82.96 | 79.13 | - |
YUV | 232.22 | 120.54 | 120.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 240 | 219 | 0.08 | 0 | 0.09 | 0.06 | 111.43 | 0.41 | 0.9 |
Hex | DE | F0 | DB | 8 | 0 | 9 | 6 | 6F | 29 | 5A |
Octal | 336 | 360 | 333 | 10 | 0 | 11 | 6 | 157 | 51 | 132 |
Binary | 11011110 | 11110000 | 11011011 | 1000 | 0 | 1001 | 110 | 1101111 | 101001 | 1011010 |
Color Harmonies of #DEF0DB
Complementary color
Monochromatic Colors of #DEF0DB
Black with #DEF0DB
Text Example
Text Example
White with #DEF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0DB; }
p { color: rgb(222,240,219); }
H1.HeaderClassName
{
color: #DEF0DB;
}
.AnyTagClassName
{
color: #DEF0DB;
}
</style>
background-color css
<style>
a { background-color: #DEF0DB; }
a { background-color: rgb(222,240,219); }
div.DivClassName
{
background-color: #DEF0DB;
}
.BgClassName
{
background-color: #DEF0DB;
}
</style>
border-color css
<style>
span { border-color: #DEF0DB; }
span { border-color: rgb(222,240,219); }
td.TdClassName
{
border-color: #DEF0DB;
}
.TagClassName
{
border-color: #DEF0DB;
}
</style>