Shades of Off Green #CCFFD7
Tints of Off Green #CCFFD7
RGB
CMYK
RGB Variations
Color information
#CCFFD7 (or 0xCCFFD7) is known color: Off Green. HEX triplet: CC, FF and D7. RGB value is (204,255,215). Sum of RGB (Red+Green+Blue) = 204+255+215=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFD7 is #330028. Grayscale: #EBEBEB. Windows color (decimal): -3342377 or 14155724. OLE color: 14155724.
HSL color Cylindrical-coordinate representation of color #CCFFD7: hue angle of 132.94º 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 #CCFFD7 is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 215 | - |
| CMYK | 0.2 | 0 | 0.16 | 0 |
| HSL | 132.94º | 1% | 0.9% | - |
| HSV(B) | 132.94º | 0.2% | 1% | - |
| XYZ | 72.93 | 89.26 | 77.68 | - |
| YUV | 235.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 215 | 0.2 | 0 | 0.16 | 0 | 132.94 | 1 | 0.9 |
| Hex | CC | FF | D7 | 14 | 0 | 10 | 0 | 85 | 64 | 5A |
| Octal | 314 | 377 | 327 | 24 | 0 | 20 | 0 | 205 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11010111 | 10100 | 0 | 10000 | 0 | 10000101 | 1100100 | 1011010 |
Color Harmonies of #CCFFD7
Complementary color
Monochromatic Colors of #CCFFD7
Black with #CCFFD7
Text Example
Text Example
White with #CCFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFD7; }
p { color: rgb(204,255,215); }
H1.HeaderClassName
{
color: #CCFFD7;
}
.AnyTagClassName
{
color: #CCFFD7;
}
</style>
background-color css
<style>
a { background-color: #CCFFD7; }
a { background-color: rgb(204,255,215); }
div.DivClassName
{
background-color: #CCFFD7;
}
.BgClassName
{
background-color: #CCFFD7;
}
</style>
border-color css
<style>
span { border-color: #CCFFD7; }
span { border-color: rgb(204,255,215); }
td.TdClassName
{
border-color: #CCFFD7;
}
.TagClassName
{
border-color: #CCFFD7;
}
</style>