Shades of Off Green #CDFCD9
Tints of Off Green #CDFCD9
RGB
CMYK
RGB Variations
Color information
#CDFCD9 (or 0xCDFCD9) is known color: Off Green. HEX triplet: CD, FC and D9. RGB value is (205,252,217). Sum of RGB (Red+Green+Blue) = 205+252+217=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCD9 is #320326. Grayscale: #EAEAEA. Windows color (decimal): -3277607 or 14286029. OLE color: 14286029.
HSL color Cylindrical-coordinate representation of color #CDFCD9: hue angle of 135.32º 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 #CDFCD9 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 252 | 217 | - |
CMYK | 0.19 | 0 | 0.14 | 0.01 |
HSL | 135.32º | 0.89% | 0.9% | - |
HSV(B) | 135.32º | 0.19% | 0.99% | - |
XYZ | 72.51 | 87.61 | 78.73 | - |
YUV | 233.96 | 118.43 | 107.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 252 | 217 | 0.19 | 0 | 0.14 | 0.01 | 135.32 | 0.89 | 0.9 |
Hex | CD | FC | D9 | 13 | 0 | E | 1 | 87 | 59 | 5A |
Octal | 315 | 374 | 331 | 23 | 0 | 16 | 1 | 207 | 131 | 132 |
Binary | 11001101 | 11111100 | 11011001 | 10011 | 0 | 1110 | 1 | 10000111 | 1011001 | 1011010 |
Color Harmonies of #CDFCD9
Complementary color
Monochromatic Colors of #CDFCD9
Black with #CDFCD9
Text Example
Text Example
White with #CDFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCD9; }
p { color: rgb(205,252,217); }
H1.HeaderClassName
{
color: #CDFCD9;
}
.AnyTagClassName
{
color: #CDFCD9;
}
</style>
background-color css
<style>
a { background-color: #CDFCD9; }
a { background-color: rgb(205,252,217); }
div.DivClassName
{
background-color: #CDFCD9;
}
.BgClassName
{
background-color: #CDFCD9;
}
</style>
border-color css
<style>
span { border-color: #CDFCD9; }
span { border-color: rgb(205,252,217); }
td.TdClassName
{
border-color: #CDFCD9;
}
.TagClassName
{
border-color: #CDFCD9;
}
</style>