Shades of Off Green #CDFDD9
Tints of Off Green #CDFDD9
RGB
CMYK
RGB Variations
Color information
#CDFDD9 (or 0xCDFDD9) is known color: Off Green. HEX triplet: CD, FD and D9. RGB value is (205,253,217). Sum of RGB (Red+Green+Blue) = 205+253+217=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDD9 is #320226. Grayscale: #EAEAEA. Windows color (decimal): -3277351 or 14286285. OLE color: 14286285.
HSL color Cylindrical-coordinate representation of color #CDFDD9: hue angle of 135º degrees, saturation: 0.92, 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 #CDFDD9 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 217 | - |
CMYK | 0.19 | 0 | 0.14 | 0.01 |
HSL | 135º | 0.92% | 0.9% | - |
HSV(B) | 135º | 0.19% | 0.99% | - |
XYZ | 72.83 | 88.24 | 78.84 | - |
YUV | 234.54 | 118.1 | 106.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 217 | 0.19 | 0 | 0.14 | 0.01 | 135 | 0.92 | 0.9 |
Hex | CD | FD | D9 | 13 | 0 | E | 1 | 87 | 5C | 5A |
Octal | 315 | 375 | 331 | 23 | 0 | 16 | 1 | 207 | 134 | 132 |
Binary | 11001101 | 11111101 | 11011001 | 10011 | 0 | 1110 | 1 | 10000111 | 1011100 | 1011010 |
Color Harmonies of #CDFDD9
Complementary color
Monochromatic Colors of #CDFDD9
Black with #CDFDD9
Text Example
Text Example
White with #CDFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDD9; }
p { color: rgb(205,253,217); }
H1.HeaderClassName
{
color: #CDFDD9;
}
.AnyTagClassName
{
color: #CDFDD9;
}
</style>
background-color css
<style>
a { background-color: #CDFDD9; }
a { background-color: rgb(205,253,217); }
div.DivClassName
{
background-color: #CDFDD9;
}
.BgClassName
{
background-color: #CDFDD9;
}
</style>
border-color css
<style>
span { border-color: #CDFDD9; }
span { border-color: rgb(205,253,217); }
td.TdClassName
{
border-color: #CDFDD9;
}
.TagClassName
{
border-color: #CDFDD9;
}
</style>