Shades of Off Green #DAF9DF
Tints of Off Green #DAF9DF
RGB
CMYK
RGB Variations
Color information
#DAF9DF (or 0xDAF9DF) is known color: Off Green. HEX triplet: DA, F9 and DF. RGB value is (218,249,223). Sum of RGB (Red+Green+Blue) = 218+249+223=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9DF is #250620. Grayscale: #ECECEC. Windows color (decimal): -2426401 or 14678490. OLE color: 14678490.
HSL color Cylindrical-coordinate representation of color #DAF9DF: hue angle of 129.68º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF9DF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 249 | 223 | - |
CMYK | 0.12 | 0 | 0.10 | 0.02 |
HSL | 129.68º | 0.72% | 0.92% | - |
HSV(B) | 129.68º | 0.12% | 0.98% | - |
XYZ | 76.11 | 87.98 | 82.78 | - |
YUV | 236.77 | 120.23 | 114.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 249 | 223 | 0.12 | 0 | 0.10 | 0.02 | 129.68 | 0.72 | 0.92 |
Hex | DA | F9 | DF | C | 0 | A | 2 | 82 | 48 | 5C |
Octal | 332 | 371 | 337 | 14 | 0 | 12 | 2 | 202 | 110 | 134 |
Binary | 11011010 | 11111001 | 11011111 | 1100 | 0 | 1010 | 10 | 10000010 | 1001000 | 1011100 |
Color Harmonies of #DAF9DF
Complementary color
Monochromatic Colors of #DAF9DF
Black with #DAF9DF
Text Example
Text Example
White with #DAF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF9DF; }
p { color: rgb(218,249,223); }
H1.HeaderClassName
{
color: #DAF9DF;
}
.AnyTagClassName
{
color: #DAF9DF;
}
</style>
background-color css
<style>
a { background-color: #DAF9DF; }
a { background-color: rgb(218,249,223); }
div.DivClassName
{
background-color: #DAF9DF;
}
.BgClassName
{
background-color: #DAF9DF;
}
</style>
border-color css
<style>
span { border-color: #DAF9DF; }
span { border-color: rgb(218,249,223); }
td.TdClassName
{
border-color: #DAF9DF;
}
.TagClassName
{
border-color: #DAF9DF;
}
</style>