Shades of Hint Of Green #DEFECF
Tints of Hint Of Green #DEFECF
RGB
CMYK
RGB Variations
Color information
#DEFECF (or 0xDEFECF) is known color: Hint Of Green. HEX triplet: DE, FE and CF. RGB value is (222,254,207). Sum of RGB (Red+Green+Blue) = 222+254+207=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 207 (81.25% from 255 or 30.31% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFECF is #210130. Grayscale: #EFEFEF. Windows color (decimal): -2162993 or 13631198. OLE color: 13631198.
HSL color Cylindrical-coordinate representation of color #DEFECF: hue angle of 100.85º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEFECF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 207 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.00 |
| HSL | 100.85º | 0.96% | 0.9% | - |
| HSV(B) | 100.85º | 0.19% | 1% | - |
| XYZ | 76.83 | 90.92 | 72.53 | - |
| YUV | 239.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 207 | 0.13 | 0 | 0.19 | 0.00 | 100.85 | 0.96 | 0.9 |
| Hex | DE | FE | CF | D | 0 | 13 | 0 | 65 | 60 | 5A |
| Octal | 336 | 376 | 317 | 15 | 0 | 23 | 0 | 145 | 140 | 132 |
| Binary | 11011110 | 11111110 | 11001111 | 1101 | 0 | 10011 | 0 | 1100101 | 1100000 | 1011010 |
Color Harmonies of #DEFECF
Complementary color
Monochromatic Colors of #DEFECF
Black with #DEFECF
Text Example
Text Example
White with #DEFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFECF; }
p { color: rgb(222,254,207); }
H1.HeaderClassName
{
color: #DEFECF;
}
.AnyTagClassName
{
color: #DEFECF;
}
</style>
background-color css
<style>
a { background-color: #DEFECF; }
a { background-color: rgb(222,254,207); }
div.DivClassName
{
background-color: #DEFECF;
}
.BgClassName
{
background-color: #DEFECF;
}
</style>
border-color css
<style>
span { border-color: #DEFECF; }
span { border-color: rgb(222,254,207); }
td.TdClassName
{
border-color: #DEFECF;
}
.TagClassName
{
border-color: #DEFECF;
}
</style>