Shades of Off Green #CEFDD7
Tints of Off Green #CEFDD7
RGB
CMYK
RGB Variations
Color information
#CEFDD7 (or 0xCEFDD7) is known color: Off Green. HEX triplet: CE, FD and D7. RGB value is (206,253,215). Sum of RGB (Red+Green+Blue) = 206+253+215=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDD7 is #310228. Grayscale: #EAEAEA. Windows color (decimal): -3211817 or 14155214. OLE color: 14155214.
HSL color Cylindrical-coordinate representation of color #CEFDD7: hue angle of 131.49º 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 #CEFDD7 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 215 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.01 |
| HSL | 131.49º | 0.92% | 0.9% | - |
| HSV(B) | 131.49º | 0.19% | 0.99% | - |
| XYZ | 72.84 | 88.28 | 77.49 | - |
| YUV | 234.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 215 | 0.19 | 0 | 0.15 | 0.01 | 131.49 | 0.92 | 0.9 |
| Hex | CE | FD | D7 | 13 | 0 | F | 1 | 83 | 5C | 5A |
| Octal | 316 | 375 | 327 | 23 | 0 | 17 | 1 | 203 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11010111 | 10011 | 0 | 1111 | 1 | 10000011 | 1011100 | 1011010 |
Color Harmonies of #CEFDD7
Complementary color
Monochromatic Colors of #CEFDD7
Black with #CEFDD7
Text Example
Text Example
White with #CEFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDD7; }
p { color: rgb(206,253,215); }
H1.HeaderClassName
{
color: #CEFDD7;
}
.AnyTagClassName
{
color: #CEFDD7;
}
</style>
background-color css
<style>
a { background-color: #CEFDD7; }
a { background-color: rgb(206,253,215); }
div.DivClassName
{
background-color: #CEFDD7;
}
.BgClassName
{
background-color: #CEFDD7;
}
</style>
border-color css
<style>
span { border-color: #CEFDD7; }
span { border-color: rgb(206,253,215); }
td.TdClassName
{
border-color: #CEFDD7;
}
.TagClassName
{
border-color: #CEFDD7;
}
</style>