Shades of Tea Green #DCFDB4
Tints of Tea Green #DCFDB4
RGB
CMYK
RGB Variations
Color information
#DCFDB4 (or 0xDCFDB4) is known color: Tea Green. HEX triplet: DC, FD and B4. RGB value is (220,253,180). Sum of RGB (Red+Green+Blue) = 220+253+180=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDB4 is #23024B. Grayscale: #EBEBEB. Windows color (decimal): -2294348 or 11861468. OLE color: 11861468.
HSL color Cylindrical-coordinate representation of color #DCFDB4: hue angle of 87.12º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCFDB4 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 180 | - |
CMYK | 0.13 | 0 | 0.29 | 0.01 |
HSL | 87.12º | 0.95% | 0.85% | - |
HSV(B) | 87.12º | 0.29% | 0.99% | - |
XYZ | 72.88 | 88.76 | 56.47 | - |
YUV | 234.81 | 97.07 | 117.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 180 | 0.13 | 0 | 0.29 | 0.01 | 87.12 | 0.95 | 0.85 |
Hex | DC | FD | B4 | D | 0 | 1D | 1 | 57 | 5F | 55 |
Octal | 334 | 375 | 264 | 15 | 0 | 35 | 1 | 127 | 137 | 125 |
Binary | 11011100 | 11111101 | 10110100 | 1101 | 0 | 11101 | 1 | 1010111 | 1011111 | 1010101 |
Color Harmonies of #DCFDB4
Complementary color
Monochromatic Colors of #DCFDB4
Black with #DCFDB4
Text Example
Text Example
White with #DCFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDB4; }
p { color: rgb(220,253,180); }
H1.HeaderClassName
{
color: #DCFDB4;
}
.AnyTagClassName
{
color: #DCFDB4;
}
</style>
background-color css
<style>
a { background-color: #DCFDB4; }
a { background-color: rgb(220,253,180); }
div.DivClassName
{
background-color: #DCFDB4;
}
.BgClassName
{
background-color: #DCFDB4;
}
</style>
border-color css
<style>
span { border-color: #DCFDB4; }
span { border-color: rgb(220,253,180); }
td.TdClassName
{
border-color: #DCFDB4;
}
.TagClassName
{
border-color: #DCFDB4;
}
</style>