Shades of Off Green #CCFED8
Tints of Off Green #CCFED8
RGB
CMYK
RGB Variations
Color information
#CCFED8 (or 0xCCFED8) is known color: Off Green. HEX triplet: CC, FE and D8. RGB value is (204,254,216). Sum of RGB (Red+Green+Blue) = 204+254+216=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFED8 is #330127. Grayscale: #EAEAEA. Windows color (decimal): -3342632 or 14221004. OLE color: 14221004.
HSL color Cylindrical-coordinate representation of color #CCFED8: hue angle of 134.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFED8 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 216 | - |
CMYK | 0.20 | 0 | 0.15 | 0.00 |
HSL | 134.4º | 0.96% | 0.9% | - |
HSV(B) | 134.4º | 0.2% | 1% | - |
XYZ | 72.74 | 88.68 | 78.25 | - |
YUV | 234.72 | 117.44 | 106.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 216 | 0.20 | 0 | 0.15 | 0.00 | 134.4 | 0.96 | 0.9 |
Hex | CC | FE | D8 | 14 | 0 | F | 0 | 86 | 60 | 5A |
Octal | 314 | 376 | 330 | 24 | 0 | 17 | 0 | 206 | 140 | 132 |
Binary | 11001100 | 11111110 | 11011000 | 10100 | 0 | 1111 | 0 | 10000110 | 1100000 | 1011010 |
Color Harmonies of #CCFED8
Complementary color
Monochromatic Colors of #CCFED8
Black with #CCFED8
Text Example
Text Example
White with #CCFED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFED8; }
p { color: rgb(204,254,216); }
H1.HeaderClassName
{
color: #CCFED8;
}
.AnyTagClassName
{
color: #CCFED8;
}
</style>
background-color css
<style>
a { background-color: #CCFED8; }
a { background-color: rgb(204,254,216); }
div.DivClassName
{
background-color: #CCFED8;
}
.BgClassName
{
background-color: #CCFED8;
}
</style>
border-color css
<style>
span { border-color: #CCFED8; }
span { border-color: rgb(204,254,216); }
td.TdClassName
{
border-color: #CCFED8;
}
.TagClassName
{
border-color: #CCFED8;
}
</style>