Shades of Off Green #CEFFD5
Tints of Off Green #CEFFD5
RGB
CMYK
RGB Variations
Color information
#CEFFD5 (or 0xCEFFD5) is known color: Off Green. HEX triplet: CE, FF and D5. RGB value is (206,255,213). Sum of RGB (Red+Green+Blue) = 206+255+213=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFD5 is #31002A. Grayscale: #EBEBEB. Windows color (decimal): -3211307 or 14024654. OLE color: 14024654.
HSL color Cylindrical-coordinate representation of color #CEFFD5: hue angle of 128.57º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFFD5 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 213 | - |
| CMYK | 0.19 | 0 | 0.16 | 0 |
| HSL | 128.57º | 1% | 0.9% | - |
| HSV(B) | 128.57º | 0.19% | 1% | - |
| XYZ | 73.22 | 89.45 | 76.36 | - |
| YUV | 235.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 213 | 0.19 | 0 | 0.16 | 0 | 128.57 | 1 | 0.9 |
| Hex | CE | FF | D5 | 13 | 0 | 10 | 0 | 81 | 64 | 5A |
| Octal | 316 | 377 | 325 | 23 | 0 | 20 | 0 | 201 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11010101 | 10011 | 0 | 10000 | 0 | 10000001 | 1100100 | 1011010 |
Color Harmonies of #CEFFD5
Complementary color
Monochromatic Colors of #CEFFD5
Black with #CEFFD5
Text Example
Text Example
White with #CEFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFD5; }
p { color: rgb(206,255,213); }
H1.HeaderClassName
{
color: #CEFFD5;
}
.AnyTagClassName
{
color: #CEFFD5;
}
</style>
background-color css
<style>
a { background-color: #CEFFD5; }
a { background-color: rgb(206,255,213); }
div.DivClassName
{
background-color: #CEFFD5;
}
.BgClassName
{
background-color: #CEFFD5;
}
</style>
border-color css
<style>
span { border-color: #CEFFD5; }
span { border-color: rgb(206,255,213); }
td.TdClassName
{
border-color: #CEFFD5;
}
.TagClassName
{
border-color: #CEFFD5;
}
</style>