Shades of Off Green #CDFCD8
Tints of Off Green #CDFCD8
RGB
CMYK
RGB Variations
Color information
#CDFCD8 (or 0xCDFCD8) is known color: Off Green. HEX triplet: CD, FC and D8. RGB value is (205,252,216). Sum of RGB (Red+Green+Blue) = 205+252+216=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCD8 is #320327. Grayscale: #E9E9E9. Windows color (decimal): -3277608 or 14220493. OLE color: 14220493.
HSL color Cylindrical-coordinate representation of color #CDFCD8: hue angle of 134.04º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFCD8 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 216 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.01 |
| HSL | 134.04º | 0.89% | 0.9% | - |
| HSV(B) | 134.04º | 0.19% | 0.99% | - |
| XYZ | 72.38 | 87.56 | 78.05 | - |
| YUV | 233.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 216 | 0.19 | 0 | 0.14 | 0.01 | 134.04 | 0.89 | 0.9 |
| Hex | CD | FC | D8 | 13 | 0 | E | 1 | 86 | 59 | 5A |
| Octal | 315 | 374 | 330 | 23 | 0 | 16 | 1 | 206 | 131 | 132 |
| Binary | 11001101 | 11111100 | 11011000 | 10011 | 0 | 1110 | 1 | 10000110 | 1011001 | 1011010 |
Color Harmonies of #CDFCD8
Complementary color
Monochromatic Colors of #CDFCD8
Black with #CDFCD8
Text Example
Text Example
White with #CDFCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCD8; }
p { color: rgb(205,252,216); }
H1.HeaderClassName
{
color: #CDFCD8;
}
.AnyTagClassName
{
color: #CDFCD8;
}
</style>
background-color css
<style>
a { background-color: #CDFCD8; }
a { background-color: rgb(205,252,216); }
div.DivClassName
{
background-color: #CDFCD8;
}
.BgClassName
{
background-color: #CDFCD8;
}
</style>
border-color css
<style>
span { border-color: #CDFCD8; }
span { border-color: rgb(205,252,216); }
td.TdClassName
{
border-color: #CDFCD8;
}
.TagClassName
{
border-color: #CDFCD8;
}
</style>