Shades of Reef #D6FD9E
Tints of Reef #D6FD9E
RGB
CMYK
RGB Variations
Color information
#D6FD9E (or 0xD6FD9E) is known color: Reef. HEX triplet: D6, FD and 9E. RGB value is (214,253,158). Sum of RGB (Red+Green+Blue) = 214+253+158=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FD9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FD9E is #290261. Grayscale: #E6E6E6. Windows color (decimal): -2687586 or 10419670. OLE color: 10419670.
HSL color Cylindrical-coordinate representation of color #D6FD9E: hue angle of 84.63º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6FD9E is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 253 | 158 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.01 |
| HSL | 84.63º | 0.96% | 0.81% | - |
| HSV(B) | 84.63º | 0.38% | 0.99% | - |
| XYZ | 69.03 | 87.02 | 45.51 | - |
| YUV | 230.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 253 | 158 | 0.15 | 0 | 0.38 | 0.01 | 84.63 | 0.96 | 0.81 |
| Hex | D6 | FD | 9E | F | 0 | 26 | 1 | 55 | 60 | 51 |
| Octal | 326 | 375 | 236 | 17 | 0 | 46 | 1 | 125 | 140 | 121 |
| Binary | 11010110 | 11111101 | 10011110 | 1111 | 0 | 100110 | 1 | 1010101 | 1100000 | 1010001 |
Color Harmonies of #D6FD9E
Complementary color
Monochromatic Colors of #D6FD9E
Black with #D6FD9E
Text Example
Text Example
White with #D6FD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FD9E; }
p { color: rgb(214,253,158); }
H1.HeaderClassName
{
color: #D6FD9E;
}
.AnyTagClassName
{
color: #D6FD9E;
}
</style>
background-color css
<style>
a { background-color: #D6FD9E; }
a { background-color: rgb(214,253,158); }
div.DivClassName
{
background-color: #D6FD9E;
}
.BgClassName
{
background-color: #D6FD9E;
}
</style>
border-color css
<style>
span { border-color: #D6FD9E; }
span { border-color: rgb(214,253,158); }
td.TdClassName
{
border-color: #D6FD9E;
}
.TagClassName
{
border-color: #D6FD9E;
}
</style>