Shades of Off Green #D4F3DB
Tints of Off Green #D4F3DB
RGB
CMYK
RGB Variations
Color information
#D4F3DB (or 0xD4F3DB) is known color: Off Green. HEX triplet: D4, F3 and DB. RGB value is (212,243,219). Sum of RGB (Red+Green+Blue) = 212+243+219=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F3DB is #2B0C24. Grayscale: #E7E7E7. Windows color (decimal): -2821157 or 14414804. OLE color: 14414804.
HSL color Cylindrical-coordinate representation of color #D4F3DB: hue angle of 133.55º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4F3DB is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 212 | 243 | 219 | - |
CMYK | 0.13 | 0 | 0.10 | 0.05 |
HSL | 133.55º | 0.56% | 0.89% | - |
HSV(B) | 133.55º | 0.13% | 0.95% | - |
XYZ | 71.99 | 83.21 | 79.29 | - |
YUV | 231 | 121.23 | 114.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 243 | 219 | 0.13 | 0 | 0.10 | 0.05 | 133.55 | 0.56 | 0.89 |
Hex | D4 | F3 | DB | D | 0 | A | 5 | 86 | 38 | 59 |
Octal | 324 | 363 | 333 | 15 | 0 | 12 | 5 | 206 | 70 | 131 |
Binary | 11010100 | 11110011 | 11011011 | 1101 | 0 | 1010 | 101 | 10000110 | 111000 | 1011001 |
Color Harmonies of #D4F3DB
Complementary color
Monochromatic Colors of #D4F3DB
Black with #D4F3DB
Text Example
Text Example
White with #D4F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F3DB; }
p { color: rgb(212,243,219); }
H1.HeaderClassName
{
color: #D4F3DB;
}
.AnyTagClassName
{
color: #D4F3DB;
}
</style>
background-color css
<style>
a { background-color: #D4F3DB; }
a { background-color: rgb(212,243,219); }
div.DivClassName
{
background-color: #D4F3DB;
}
.BgClassName
{
background-color: #D4F3DB;
}
</style>
border-color css
<style>
span { border-color: #D4F3DB; }
span { border-color: rgb(212,243,219); }
td.TdClassName
{
border-color: #D4F3DB;
}
.TagClassName
{
border-color: #D4F3DB;
}
</style>