Shades of Off Green #CCFFD8
Tints of Off Green #CCFFD8
RGB
CMYK
RGB Variations
Color information
#CCFFD8 (or 0xCCFFD8) is known color: Off Green. HEX triplet: CC, FF and D8. RGB value is (204,255,216). Sum of RGB (Red+Green+Blue) = 204+255+216=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFD8 is #330027. Grayscale: #EBEBEB. Windows color (decimal): -3342376 or 14221260. OLE color: 14221260.
HSL color Cylindrical-coordinate representation of color #CCFFD8: hue angle of 134.12º 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 #CCFFD8 is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 216 | - |
| CMYK | 0.2 | 0 | 0.15 | 0 |
| HSL | 134.12º | 1% | 0.9% | - |
| HSV(B) | 134.12º | 0.2% | 1% | - |
| XYZ | 73.06 | 89.32 | 78.35 | - |
| YUV | 235.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 216 | 0.2 | 0 | 0.15 | 0 | 134.12 | 1 | 0.9 |
| Hex | CC | FF | D8 | 14 | 0 | F | 0 | 86 | 64 | 5A |
| Octal | 314 | 377 | 330 | 24 | 0 | 17 | 0 | 206 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11011000 | 10100 | 0 | 1111 | 0 | 10000110 | 1100100 | 1011010 |
Color Harmonies of #CCFFD8
Complementary color
Monochromatic Colors of #CCFFD8
Black with #CCFFD8
Text Example
Text Example
White with #CCFFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFD8; }
p { color: rgb(204,255,216); }
H1.HeaderClassName
{
color: #CCFFD8;
}
.AnyTagClassName
{
color: #CCFFD8;
}
</style>
background-color css
<style>
a { background-color: #CCFFD8; }
a { background-color: rgb(204,255,216); }
div.DivClassName
{
background-color: #CCFFD8;
}
.BgClassName
{
background-color: #CCFFD8;
}
</style>
border-color css
<style>
span { border-color: #CCFFD8; }
span { border-color: rgb(204,255,216); }
td.TdClassName
{
border-color: #CCFFD8;
}
.TagClassName
{
border-color: #CCFFD8;
}
</style>