Shades of Off Green #CEFDD9
Tints of Off Green #CEFDD9
RGB
CMYK
RGB Variations
Color information
#CEFDD9 (or 0xCEFDD9) is known color: Off Green. HEX triplet: CE, FD and D9. RGB value is (206,253,217). Sum of RGB (Red+Green+Blue) = 206+253+217=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDD9 is #310226. Grayscale: #EAEAEA. Windows color (decimal): -3211815 or 14286286. OLE color: 14286286.
HSL color Cylindrical-coordinate representation of color #CEFDD9: hue angle of 134.04º 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 #CEFDD9 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 217 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.01 |
| HSL | 134.04º | 0.92% | 0.9% | - |
| HSV(B) | 134.04º | 0.19% | 0.99% | - |
| XYZ | 73.1 | 88.38 | 78.85 | - |
| YUV | 234.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 217 | 0.19 | 0 | 0.14 | 0.01 | 134.04 | 0.92 | 0.9 |
| Hex | CE | FD | D9 | 13 | 0 | E | 1 | 86 | 5C | 5A |
| Octal | 316 | 375 | 331 | 23 | 0 | 16 | 1 | 206 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11011001 | 10011 | 0 | 1110 | 1 | 10000110 | 1011100 | 1011010 |
Color Harmonies of #CEFDD9
Complementary color
Monochromatic Colors of #CEFDD9
Black with #CEFDD9
Text Example
Text Example
White with #CEFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDD9; }
p { color: rgb(206,253,217); }
H1.HeaderClassName
{
color: #CEFDD9;
}
.AnyTagClassName
{
color: #CEFDD9;
}
</style>
background-color css
<style>
a { background-color: #CEFDD9; }
a { background-color: rgb(206,253,217); }
div.DivClassName
{
background-color: #CEFDD9;
}
.BgClassName
{
background-color: #CEFDD9;
}
</style>
border-color css
<style>
span { border-color: #CEFDD9; }
span { border-color: rgb(206,253,217); }
td.TdClassName
{
border-color: #CEFDD9;
}
.TagClassName
{
border-color: #CEFDD9;
}
</style>