Shades of Hint Of Green #DCFAD0
Tints of Hint Of Green #DCFAD0
RGB
CMYK
RGB Variations
Color information
#DCFAD0 (or 0xDCFAD0) is known color: Hint Of Green. HEX triplet: DC, FA and D0. RGB value is (220,250,208). Sum of RGB (Red+Green+Blue) = 220+250+208=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAD0 is #23052F. Grayscale: #ECECEC. Windows color (decimal): -2295088 or 13695708. OLE color: 13695708.
HSL color Cylindrical-coordinate representation of color #DCFAD0: hue angle of 102.86º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCFAD0 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 208 | - |
CMYK | 0.12 | 0 | 0.17 | 0.02 |
HSL | 102.86º | 0.81% | 0.9% | - |
HSV(B) | 102.86º | 0.17% | 0.98% | - |
XYZ | 75.09 | 88.14 | 72.73 | - |
YUV | 236.24 | 112.06 | 116.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 208 | 0.12 | 0 | 0.17 | 0.02 | 102.86 | 0.81 | 0.9 |
Hex | DC | FA | D0 | C | 0 | 11 | 2 | 67 | 51 | 5A |
Octal | 334 | 372 | 320 | 14 | 0 | 21 | 2 | 147 | 121 | 132 |
Binary | 11011100 | 11111010 | 11010000 | 1100 | 0 | 10001 | 10 | 1100111 | 1010001 | 1011010 |
Color Harmonies of #DCFAD0
Complementary color
Monochromatic Colors of #DCFAD0
Black with #DCFAD0
Text Example
Text Example
White with #DCFAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAD0; }
p { color: rgb(220,250,208); }
H1.HeaderClassName
{
color: #DCFAD0;
}
.AnyTagClassName
{
color: #DCFAD0;
}
</style>
background-color css
<style>
a { background-color: #DCFAD0; }
a { background-color: rgb(220,250,208); }
div.DivClassName
{
background-color: #DCFAD0;
}
.BgClassName
{
background-color: #DCFAD0;
}
</style>
border-color css
<style>
span { border-color: #DCFAD0; }
span { border-color: rgb(220,250,208); }
td.TdClassName
{
border-color: #DCFAD0;
}
.TagClassName
{
border-color: #DCFAD0;
}
</style>