Shades of Hint Of Green #DEFFCA
Tints of Hint Of Green #DEFFCA
RGB
CMYK
RGB Variations
Color information
#DEFFCA (or 0xDEFFCA) is known color: Hint Of Green. HEX triplet: DE, FF and CA. RGB value is (222,255,202). Sum of RGB (Red+Green+Blue) = 222+255+202=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFCA is #210035. Grayscale: #EFEFEF. Windows color (decimal): -2162742 or 13303774. OLE color: 13303774.
HSL color Cylindrical-coordinate representation of color #DEFFCA: hue angle of 97.36º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEFFCA is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 202 | - |
| CMYK | 0.13 | 0 | 0.21 | 0 |
| HSL | 97.36º | 1% | 0.9% | - |
| HSV(B) | 97.36º | 0.21% | 1% | - |
| XYZ | 76.54 | 91.31 | 69.47 | - |
| YUV | 239.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 202 | 0.13 | 0 | 0.21 | 0 | 97.36 | 1 | 0.9 |
| Hex | DE | FF | CA | D | 0 | 15 | 0 | 61 | 64 | 5A |
| Octal | 336 | 377 | 312 | 15 | 0 | 25 | 0 | 141 | 144 | 132 |
| Binary | 11011110 | 11111111 | 11001010 | 1101 | 0 | 10101 | 0 | 1100001 | 1100100 | 1011010 |
Color Harmonies of #DEFFCA
Complementary color
Monochromatic Colors of #DEFFCA
Black with #DEFFCA
Text Example
Text Example
White with #DEFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFCA; }
p { color: rgb(222,255,202); }
H1.HeaderClassName
{
color: #DEFFCA;
}
.AnyTagClassName
{
color: #DEFFCA;
}
</style>
background-color css
<style>
a { background-color: #DEFFCA; }
a { background-color: rgb(222,255,202); }
div.DivClassName
{
background-color: #DEFFCA;
}
.BgClassName
{
background-color: #DEFFCA;
}
</style>
border-color css
<style>
span { border-color: #DEFFCA; }
span { border-color: rgb(222,255,202); }
td.TdClassName
{
border-color: #DEFFCA;
}
.TagClassName
{
border-color: #DEFFCA;
}
</style>