Shades of Off Green #D5F9DB
Tints of Off Green #D5F9DB
RGB
CMYK
RGB Variations
Color information
#D5F9DB (or 0xD5F9DB) is known color: Off Green. HEX triplet: D5, F9 and DB. RGB value is (213,249,219). Sum of RGB (Red+Green+Blue) = 213+249+219=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F9DB is #2A0624. Grayscale: #EAEAEA. Windows color (decimal): -2754085 or 14416341. OLE color: 14416341.
HSL color Cylindrical-coordinate representation of color #D5F9DB: hue angle of 130º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F9DB is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 213 | 249 | 219 | - |
CMYK | 0.14 | 0 | 0.12 | 0.02 |
HSL | 130º | 0.75% | 0.91% | - |
HSV(B) | 130º | 0.14% | 0.98% | - |
XYZ | 74.1 | 87.01 | 79.91 | - |
YUV | 234.82 | 119.07 | 112.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 249 | 219 | 0.14 | 0 | 0.12 | 0.02 | 130 | 0.75 | 0.91 |
Hex | D5 | F9 | DB | E | 0 | C | 2 | 82 | 4B | 5B |
Octal | 325 | 371 | 333 | 16 | 0 | 14 | 2 | 202 | 113 | 133 |
Binary | 11010101 | 11111001 | 11011011 | 1110 | 0 | 1100 | 10 | 10000010 | 1001011 | 1011011 |
Color Harmonies of #D5F9DB
Complementary color
Monochromatic Colors of #D5F9DB
Black with #D5F9DB
Text Example
Text Example
White with #D5F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F9DB; }
p { color: rgb(213,249,219); }
H1.HeaderClassName
{
color: #D5F9DB;
}
.AnyTagClassName
{
color: #D5F9DB;
}
</style>
background-color css
<style>
a { background-color: #D5F9DB; }
a { background-color: rgb(213,249,219); }
div.DivClassName
{
background-color: #D5F9DB;
}
.BgClassName
{
background-color: #D5F9DB;
}
</style>
border-color css
<style>
span { border-color: #D5F9DB; }
span { border-color: rgb(213,249,219); }
td.TdClassName
{
border-color: #D5F9DB;
}
.TagClassName
{
border-color: #D5F9DB;
}
</style>