Shades of Tea Green #CDEFBD
Tints of Tea Green #CDEFBD
RGB
CMYK
RGB Variations
Color information
#CDEFBD (or 0xCDEFBD) is known color: Tea Green. HEX triplet: CD, EF and BD. RGB value is (205,239,189). Sum of RGB (Red+Green+Blue) = 205+239+189=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFBD is #321042. Grayscale: #DFDFDF. Windows color (decimal): -3280963 or 12447693. OLE color: 12447693.
HSL color Cylindrical-coordinate representation of color #CDEFBD: hue angle of 100.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDEFBD is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 189 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.06 |
| HSL | 100.8º | 0.61% | 0.84% | - |
| HSV(B) | 100.8º | 0.21% | 0.94% | - |
| XYZ | 65.23 | 78.39 | 59.84 | - |
| YUV | 223.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 189 | 0.14 | 0 | 0.21 | 0.06 | 100.8 | 0.61 | 0.84 |
| Hex | CD | EF | BD | E | 0 | 15 | 6 | 65 | 3D | 54 |
| Octal | 315 | 357 | 275 | 16 | 0 | 25 | 6 | 145 | 75 | 124 |
| Binary | 11001101 | 11101111 | 10111101 | 1110 | 0 | 10101 | 110 | 1100101 | 111101 | 1010100 |
Color Harmonies of #CDEFBD
Complementary color
Monochromatic Colors of #CDEFBD
Black with #CDEFBD
Text Example
Text Example
White with #CDEFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFBD; }
p { color: rgb(205,239,189); }
H1.HeaderClassName
{
color: #CDEFBD;
}
.AnyTagClassName
{
color: #CDEFBD;
}
</style>
background-color css
<style>
a { background-color: #CDEFBD; }
a { background-color: rgb(205,239,189); }
div.DivClassName
{
background-color: #CDEFBD;
}
.BgClassName
{
background-color: #CDEFBD;
}
</style>
border-color css
<style>
span { border-color: #CDEFBD; }
span { border-color: rgb(205,239,189); }
td.TdClassName
{
border-color: #CDEFBD;
}
.TagClassName
{
border-color: #CDEFBD;
}
</style>