Shades of Off Green #CEFDD4
Tints of Off Green #CEFDD4
RGB
CMYK
RGB Variations
Color information
#CEFDD4 (or 0xCEFDD4) is known color: Off Green. HEX triplet: CE, FD and D4. RGB value is (206,253,212). Sum of RGB (Red+Green+Blue) = 206+253+212=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDD4 is #31022B. Grayscale: #EAEAEA. Windows color (decimal): -3211820 or 13958606. OLE color: 13958606.
HSL color Cylindrical-coordinate representation of color #CEFDD4: hue angle of 127.66º 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 #CEFDD4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 212 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.01 |
| HSL | 127.66º | 0.92% | 0.9% | - |
| HSV(B) | 127.66º | 0.19% | 0.99% | - |
| XYZ | 72.46 | 88.13 | 75.48 | - |
| YUV | 234.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 212 | 0.19 | 0 | 0.16 | 0.01 | 127.66 | 0.92 | 0.9 |
| Hex | CE | FD | D4 | 13 | 0 | 10 | 1 | 80 | 5C | 5A |
| Octal | 316 | 375 | 324 | 23 | 0 | 20 | 1 | 200 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11010100 | 10011 | 0 | 10000 | 1 | 10000000 | 1011100 | 1011010 |
Color Harmonies of #CEFDD4
Complementary color
Monochromatic Colors of #CEFDD4
Black with #CEFDD4
Text Example
Text Example
White with #CEFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDD4; }
p { color: rgb(206,253,212); }
H1.HeaderClassName
{
color: #CEFDD4;
}
.AnyTagClassName
{
color: #CEFDD4;
}
</style>
background-color css
<style>
a { background-color: #CEFDD4; }
a { background-color: rgb(206,253,212); }
div.DivClassName
{
background-color: #CEFDD4;
}
.BgClassName
{
background-color: #CEFDD4;
}
</style>
border-color css
<style>
span { border-color: #CEFDD4; }
span { border-color: rgb(206,253,212); }
td.TdClassName
{
border-color: #CEFDD4;
}
.TagClassName
{
border-color: #CEFDD4;
}
</style>