Shades of Hint Of Green #DEFECA
Tints of Hint Of Green #DEFECA
RGB
CMYK
RGB Variations
Color information
#DEFECA (or 0xDEFECA) is known color: Hint Of Green. HEX triplet: DE, FE and CA. RGB value is (222,254,202). Sum of RGB (Red+Green+Blue) = 222+254+202=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFECA is #210135. Grayscale: #EEEEEE. Windows color (decimal): -2162998 or 13303518. OLE color: 13303518.
HSL color Cylindrical-coordinate representation of color #DEFECA: hue angle of 96.92º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEFECA is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 202 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.00 |
| HSL | 96.92º | 0.96% | 0.89% | - |
| HSV(B) | 96.92º | 0.2% | 1% | - |
| XYZ | 76.23 | 90.68 | 69.36 | - |
| YUV | 238.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 202 | 0.13 | 0 | 0.20 | 0.00 | 96.92 | 0.96 | 0.89 |
| Hex | DE | FE | CA | D | 0 | 14 | 0 | 61 | 60 | 59 |
| Octal | 336 | 376 | 312 | 15 | 0 | 24 | 0 | 141 | 140 | 131 |
| Binary | 11011110 | 11111110 | 11001010 | 1101 | 0 | 10100 | 0 | 1100001 | 1100000 | 1011001 |
Color Harmonies of #DEFECA
Complementary color
Monochromatic Colors of #DEFECA
Black with #DEFECA
Text Example
Text Example
White with #DEFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFECA; }
p { color: rgb(222,254,202); }
H1.HeaderClassName
{
color: #DEFECA;
}
.AnyTagClassName
{
color: #DEFECA;
}
</style>
background-color css
<style>
a { background-color: #DEFECA; }
a { background-color: rgb(222,254,202); }
div.DivClassName
{
background-color: #DEFECA;
}
.BgClassName
{
background-color: #DEFECA;
}
</style>
border-color css
<style>
span { border-color: #DEFECA; }
span { border-color: rgb(222,254,202); }
td.TdClassName
{
border-color: #DEFECA;
}
.TagClassName
{
border-color: #DEFECA;
}
</style>