Shades of Hint Of Green #DEF9CA
Tints of Hint Of Green #DEF9CA
RGB
CMYK
RGB Variations
Color information
#DEF9CA (or 0xDEF9CA) is known color: Hint Of Green. HEX triplet: DE, F9 and CA. RGB value is (222,249,202). Sum of RGB (Red+Green+Blue) = 222+249+202=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF9CA is #210635. Grayscale: #EBEBEB. Windows color (decimal): -2164278 or 13302238. OLE color: 13302238.
HSL color Cylindrical-coordinate representation of color #DEF9CA: hue angle of 94.47º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEF9CA is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 202 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.02 |
| HSL | 94.47º | 0.8% | 0.88% | - |
| HSV(B) | 94.47º | 0.19% | 0.98% | - |
| XYZ | 74.66 | 87.55 | 68.84 | - |
| YUV | 235.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 202 | 0.11 | 0 | 0.19 | 0.02 | 94.47 | 0.8 | 0.88 |
| Hex | DE | F9 | CA | B | 0 | 13 | 2 | 5E | 50 | 58 |
| Octal | 336 | 371 | 312 | 13 | 0 | 23 | 2 | 136 | 120 | 130 |
| Binary | 11011110 | 11111001 | 11001010 | 1011 | 0 | 10011 | 10 | 1011110 | 1010000 | 1011000 |
Color Harmonies of #DEF9CA
Complementary color
Monochromatic Colors of #DEF9CA
Black with #DEF9CA
Text Example
Text Example
White with #DEF9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF9CA; }
p { color: rgb(222,249,202); }
H1.HeaderClassName
{
color: #DEF9CA;
}
.AnyTagClassName
{
color: #DEF9CA;
}
</style>
background-color css
<style>
a { background-color: #DEF9CA; }
a { background-color: rgb(222,249,202); }
div.DivClassName
{
background-color: #DEF9CA;
}
.BgClassName
{
background-color: #DEF9CA;
}
</style>
border-color css
<style>
span { border-color: #DEF9CA; }
span { border-color: rgb(222,249,202); }
td.TdClassName
{
border-color: #DEF9CA;
}
.TagClassName
{
border-color: #DEF9CA;
}
</style>