Shades of Off Green #CDFFD5
Tints of Off Green #CDFFD5
RGB
CMYK
RGB Variations
Color information
#CDFFD5 (or 0xCDFFD5) is known color: Off Green. HEX triplet: CD, FF and D5. RGB value is (205,255,213). Sum of RGB (Red+Green+Blue) = 205+255+213=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFD5 is #32002A. Grayscale: #EBEBEB. Windows color (decimal): -3276843 or 14024653. OLE color: 14024653.
HSL color Cylindrical-coordinate representation of color #CDFFD5: hue angle of 129.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFFD5 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 213 | - |
| CMYK | 0.20 | 0 | 0.16 | 0 |
| HSL | 129.6º | 1% | 0.9% | - |
| HSV(B) | 129.6º | 0.2% | 1% | - |
| XYZ | 72.95 | 89.3 | 76.34 | - |
| YUV | 235.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 213 | 0.20 | 0 | 0.16 | 0 | 129.6 | 1 | 0.9 |
| Hex | CD | FF | D5 | 14 | 0 | 10 | 0 | 82 | 64 | 5A |
| Octal | 315 | 377 | 325 | 24 | 0 | 20 | 0 | 202 | 144 | 132 |
| Binary | 11001101 | 11111111 | 11010101 | 10100 | 0 | 10000 | 0 | 10000010 | 1100100 | 1011010 |
Color Harmonies of #CDFFD5
Complementary color
Monochromatic Colors of #CDFFD5
Black with #CDFFD5
Text Example
Text Example
White with #CDFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFD5; }
p { color: rgb(205,255,213); }
H1.HeaderClassName
{
color: #CDFFD5;
}
.AnyTagClassName
{
color: #CDFFD5;
}
</style>
background-color css
<style>
a { background-color: #CDFFD5; }
a { background-color: rgb(205,255,213); }
div.DivClassName
{
background-color: #CDFFD5;
}
.BgClassName
{
background-color: #CDFFD5;
}
</style>
border-color css
<style>
span { border-color: #CDFFD5; }
span { border-color: rgb(205,255,213); }
td.TdClassName
{
border-color: #CDFFD5;
}
.TagClassName
{
border-color: #CDFFD5;
}
</style>