Shades of Off Green #DCFAE1
Tints of Off Green #DCFAE1
RGB
CMYK
RGB Variations
Color information
#DCFAE1 (or 0xDCFAE1) is known color: Off Green. HEX triplet: DC, FA and E1. RGB value is (220,250,225). Sum of RGB (Red+Green+Blue) = 220+250+225=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAE1 is #23051E. Grayscale: #EEEEEE. Windows color (decimal): -2295071 or 14809820. OLE color: 14809820.
HSL color Cylindrical-coordinate representation of color #DCFAE1: hue angle of 130º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFAE1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 225 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.02 |
| HSL | 130º | 0.75% | 0.92% | - |
| HSV(B) | 130º | 0.12% | 0.98% | - |
| XYZ | 77.29 | 89.02 | 84.34 | - |
| YUV | 238.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 225 | 0.12 | 0 | 0.10 | 0.02 | 130 | 0.75 | 0.92 |
| Hex | DC | FA | E1 | C | 0 | A | 2 | 82 | 4B | 5C |
| Octal | 334 | 372 | 341 | 14 | 0 | 12 | 2 | 202 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11100001 | 1100 | 0 | 1010 | 10 | 10000010 | 1001011 | 1011100 |
Color Harmonies of #DCFAE1
Complementary color
Monochromatic Colors of #DCFAE1
Black with #DCFAE1
Text Example
Text Example
White with #DCFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAE1; }
p { color: rgb(220,250,225); }
H1.HeaderClassName
{
color: #DCFAE1;
}
.AnyTagClassName
{
color: #DCFAE1;
}
</style>
background-color css
<style>
a { background-color: #DCFAE1; }
a { background-color: rgb(220,250,225); }
div.DivClassName
{
background-color: #DCFAE1;
}
.BgClassName
{
background-color: #DCFAE1;
}
</style>
border-color css
<style>
span { border-color: #DCFAE1; }
span { border-color: rgb(220,250,225); }
td.TdClassName
{
border-color: #DCFAE1;
}
.TagClassName
{
border-color: #DCFAE1;
}
</style>