Shades of Off Green #DAFDDF
Tints of Off Green #DAFDDF
RGB
CMYK
RGB Variations
Color information
#DAFDDF (or 0xDAFDDF) is known color: Off Green. HEX triplet: DA, FD and DF. RGB value is (218,253,223). Sum of RGB (Red+Green+Blue) = 218+253+223=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDDF is #250220. Grayscale: #EFEFEF. Windows color (decimal): -2425377 or 14679514. OLE color: 14679514.
HSL color Cylindrical-coordinate representation of color #DAFDDF: hue angle of 128.57º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDDF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 223 | - |
CMYK | 0.14 | 0 | 0.12 | 0.01 |
HSL | 128.57º | 0.9% | 0.92% | - |
HSV(B) | 128.57º | 0.14% | 0.99% | - |
XYZ | 77.36 | 90.48 | 83.2 | - |
YUV | 239.12 | 118.9 | 112.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 223 | 0.14 | 0 | 0.12 | 0.01 | 128.57 | 0.9 | 0.92 |
Hex | DA | FD | DF | E | 0 | C | 1 | 81 | 5A | 5C |
Octal | 332 | 375 | 337 | 16 | 0 | 14 | 1 | 201 | 132 | 134 |
Binary | 11011010 | 11111101 | 11011111 | 1110 | 0 | 1100 | 1 | 10000001 | 1011010 | 1011100 |
Color Harmonies of #DAFDDF
Complementary color
Monochromatic Colors of #DAFDDF
Black with #DAFDDF
Text Example
Text Example
White with #DAFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDDF; }
p { color: rgb(218,253,223); }
H1.HeaderClassName
{
color: #DAFDDF;
}
.AnyTagClassName
{
color: #DAFDDF;
}
</style>
background-color css
<style>
a { background-color: #DAFDDF; }
a { background-color: rgb(218,253,223); }
div.DivClassName
{
background-color: #DAFDDF;
}
.BgClassName
{
background-color: #DAFDDF;
}
</style>
border-color css
<style>
span { border-color: #DAFDDF; }
span { border-color: rgb(218,253,223); }
td.TdClassName
{
border-color: #DAFDDF;
}
.TagClassName
{
border-color: #DAFDDF;
}
</style>