Shades of Off Green #D1FBDA
Tints of Off Green #D1FBDA
RGB
CMYK
RGB Variations
Color information
#D1FBDA (or 0xD1FBDA) is known color: Off Green. HEX triplet: D1, FB and DA. RGB value is (209,251,218). Sum of RGB (Red+Green+Blue) = 209+251+218=678 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.83% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FBDA is #2E0425. Grayscale: #EAEAEA. Windows color (decimal): -3015718 or 14351313. OLE color: 14351313.
HSL color Cylindrical-coordinate representation of color #D1FBDA: hue angle of 132.86º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FBDA is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 209 | 251 | 218 | - |
CMYK | 0.17 | 0 | 0.13 | 0.02 |
HSL | 132.86º | 0.84% | 0.9% | - |
HSV(B) | 132.86º | 0.17% | 0.98% | - |
XYZ | 73.45 | 87.61 | 79.37 | - |
YUV | 234.68 | 118.59 | 109.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 251 | 218 | 0.17 | 0 | 0.13 | 0.02 | 132.86 | 0.84 | 0.9 |
Hex | D1 | FB | DA | 11 | 0 | D | 2 | 85 | 54 | 5A |
Octal | 321 | 373 | 332 | 21 | 0 | 15 | 2 | 205 | 124 | 132 |
Binary | 11010001 | 11111011 | 11011010 | 10001 | 0 | 1101 | 10 | 10000101 | 1010100 | 1011010 |
Color Harmonies of #D1FBDA
Complementary color
Monochromatic Colors of #D1FBDA
Black with #D1FBDA
Text Example
Text Example
White with #D1FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FBDA; }
p { color: rgb(209,251,218); }
H1.HeaderClassName
{
color: #D1FBDA;
}
.AnyTagClassName
{
color: #D1FBDA;
}
</style>
background-color css
<style>
a { background-color: #D1FBDA; }
a { background-color: rgb(209,251,218); }
div.DivClassName
{
background-color: #D1FBDA;
}
.BgClassName
{
background-color: #D1FBDA;
}
</style>
border-color css
<style>
span { border-color: #D1FBDA; }
span { border-color: rgb(209,251,218); }
td.TdClassName
{
border-color: #D1FBDA;
}
.TagClassName
{
border-color: #D1FBDA;
}
</style>