Shades of Reef #D6FF9A
Tints of Reef #D6FF9A
RGB
CMYK
RGB Variations
Color information
#D6FF9A (or 0xD6FF9A) is known color: Reef. HEX triplet: D6, FF and 9A. RGB value is (214,255,154). Sum of RGB (Red+Green+Blue) = 214+255+154=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 154 (60.55% from 255 or 24.72% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FF9A is #290065. Grayscale: #E7E7E7. Windows color (decimal): -2687078 or 10158038. OLE color: 10158038.
HSL color Cylindrical-coordinate representation of color #D6FF9A: hue angle of 84.36º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6FF9A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 154 | - |
| CMYK | 0.16 | 0 | 0.40 | 0 |
| HSL | 84.36º | 1% | 0.8% | - |
| HSV(B) | 84.36º | 0.4% | 1% | - |
| XYZ | 69.32 | 88.15 | 43.93 | - |
| YUV | 231.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 154 | 0.16 | 0 | 0.40 | 0 | 84.36 | 1 | 0.8 |
| Hex | D6 | FF | 9A | 10 | 0 | 28 | 0 | 54 | 64 | 50 |
| Octal | 326 | 377 | 232 | 20 | 0 | 50 | 0 | 124 | 144 | 120 |
| Binary | 11010110 | 11111111 | 10011010 | 10000 | 0 | 101000 | 0 | 1010100 | 1100100 | 1010000 |
Color Harmonies of #D6FF9A
Complementary color
Monochromatic Colors of #D6FF9A
Black with #D6FF9A
Text Example
Text Example
White with #D6FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF9A; }
p { color: rgb(214,255,154); }
H1.HeaderClassName
{
color: #D6FF9A;
}
.AnyTagClassName
{
color: #D6FF9A;
}
</style>
background-color css
<style>
a { background-color: #D6FF9A; }
a { background-color: rgb(214,255,154); }
div.DivClassName
{
background-color: #D6FF9A;
}
.BgClassName
{
background-color: #D6FF9A;
}
</style>
border-color css
<style>
span { border-color: #D6FF9A; }
span { border-color: rgb(214,255,154); }
td.TdClassName
{
border-color: #D6FF9A;
}
.TagClassName
{
border-color: #D6FF9A;
}
</style>