Shades of Off Green #CEFBDA
Tints of Off Green #CEFBDA
RGB
CMYK
RGB Variations
Color information
#CEFBDA (or 0xCEFBDA) is known color: Off Green. HEX triplet: CE, FB and DA. RGB value is (206,251,218). Sum of RGB (Red+Green+Blue) = 206+251+218=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFBDA is #310425. Grayscale: #E9E9E9. Windows color (decimal): -3212326 or 14351310. OLE color: 14351310.
HSL color Cylindrical-coordinate representation of color #CEFBDA: hue angle of 136º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFBDA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 251 | 218 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.02 |
| HSL | 136º | 0.85% | 0.9% | - |
| HSV(B) | 136º | 0.18% | 0.98% | - |
| XYZ | 72.61 | 87.18 | 79.33 | - |
| YUV | 233.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 251 | 218 | 0.18 | 0 | 0.13 | 0.02 | 136 | 0.85 | 0.9 |
| Hex | CE | FB | DA | 12 | 0 | D | 2 | 88 | 55 | 5A |
| Octal | 316 | 373 | 332 | 22 | 0 | 15 | 2 | 210 | 125 | 132 |
| Binary | 11001110 | 11111011 | 11011010 | 10010 | 0 | 1101 | 10 | 10001000 | 1010101 | 1011010 |
Color Harmonies of #CEFBDA
Complementary color
Monochromatic Colors of #CEFBDA
Black with #CEFBDA
Text Example
Text Example
White with #CEFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFBDA; }
p { color: rgb(206,251,218); }
H1.HeaderClassName
{
color: #CEFBDA;
}
.AnyTagClassName
{
color: #CEFBDA;
}
</style>
background-color css
<style>
a { background-color: #CEFBDA; }
a { background-color: rgb(206,251,218); }
div.DivClassName
{
background-color: #CEFBDA;
}
.BgClassName
{
background-color: #CEFBDA;
}
</style>
border-color css
<style>
span { border-color: #CEFBDA; }
span { border-color: rgb(206,251,218); }
td.TdClassName
{
border-color: #CEFBDA;
}
.TagClassName
{
border-color: #CEFBDA;
}
</style>