Shades of Reef #D6FF9C
Tints of Reef #D6FF9C
RGB
CMYK
RGB Variations
Color information
#D6FF9C (or 0xD6FF9C) is known color: Reef. HEX triplet: D6, FF and 9C. RGB value is (214,255,156). Sum of RGB (Red+Green+Blue) = 214+255+156=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 156 (61.33% from 255 or 24.96% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FF9C is #290063. Grayscale: #E7E7E7. Windows color (decimal): -2687076 or 10289110. OLE color: 10289110.
HSL color Cylindrical-coordinate representation of color #D6FF9C: hue angle of 84.85º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6FF9C is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 156 | - |
| CMYK | 0.16 | 0 | 0.39 | 0 |
| HSL | 84.85º | 1% | 0.81% | - |
| HSV(B) | 84.85º | 0.39% | 1% | - |
| XYZ | 69.49 | 88.22 | 44.82 | - |
| YUV | 231.46 | 85.42 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 156 | 0.16 | 0 | 0.39 | 0 | 84.85 | 1 | 0.81 |
| Hex | D6 | FF | 9C | 10 | 0 | 27 | 0 | 55 | 64 | 51 |
| Octal | 326 | 377 | 234 | 20 | 0 | 47 | 0 | 125 | 144 | 121 |
| Binary | 11010110 | 11111111 | 10011100 | 10000 | 0 | 100111 | 0 | 1010101 | 1100100 | 1010001 |
Color Harmonies of #D6FF9C
Complementary color
Monochromatic Colors of #D6FF9C
Black with #D6FF9C
Text Example
Text Example
White with #D6FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF9C; }
p { color: rgb(214,255,156); }
H1.HeaderClassName
{
color: #D6FF9C;
}
.AnyTagClassName
{
color: #D6FF9C;
}
</style>
background-color css
<style>
a { background-color: #D6FF9C; }
a { background-color: rgb(214,255,156); }
div.DivClassName
{
background-color: #D6FF9C;
}
.BgClassName
{
background-color: #D6FF9C;
}
</style>
border-color css
<style>
span { border-color: #D6FF9C; }
span { border-color: rgb(214,255,156); }
td.TdClassName
{
border-color: #D6FF9C;
}
.TagClassName
{
border-color: #D6FF9C;
}
</style>