Shades of Reef #D6F6A5
Tints of Reef #D6F6A5
RGB
CMYK
RGB Variations
Color information
#D6F6A5 (or 0xD6F6A5) is known color: Reef. HEX triplet: D6, F6 and A5. RGB value is (214,246,165). Sum of RGB (Red+Green+Blue) = 214+246+165=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 165 (64.84% from 255 or 26.4% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F6A5 is #29095A. Grayscale: #E3E3E3. Windows color (decimal): -2689371 or 10876630. OLE color: 10876630.
HSL color Cylindrical-coordinate representation of color #D6F6A5: hue angle of 83.7º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6F6A5 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 246 | 165 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.04 |
| HSL | 83.7º | 0.82% | 0.81% | - |
| HSV(B) | 83.7º | 0.33% | 0.96% | - |
| XYZ | 67.48 | 82.92 | 48.05 | - |
| YUV | 227.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 246 | 165 | 0.13 | 0 | 0.33 | 0.04 | 83.7 | 0.82 | 0.81 |
| Hex | D6 | F6 | A5 | D | 0 | 21 | 4 | 54 | 52 | 51 |
| Octal | 326 | 366 | 245 | 15 | 0 | 41 | 4 | 124 | 122 | 121 |
| Binary | 11010110 | 11110110 | 10100101 | 1101 | 0 | 100001 | 100 | 1010100 | 1010010 | 1010001 |
Color Harmonies of #D6F6A5
Complementary color
Monochromatic Colors of #D6F6A5
Black with #D6F6A5
Text Example
Text Example
White with #D6F6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F6A5; }
p { color: rgb(214,246,165); }
H1.HeaderClassName
{
color: #D6F6A5;
}
.AnyTagClassName
{
color: #D6F6A5;
}
</style>
background-color css
<style>
a { background-color: #D6F6A5; }
a { background-color: rgb(214,246,165); }
div.DivClassName
{
background-color: #D6F6A5;
}
.BgClassName
{
background-color: #D6F6A5;
}
</style>
border-color css
<style>
span { border-color: #D6F6A5; }
span { border-color: rgb(214,246,165); }
td.TdClassName
{
border-color: #D6F6A5;
}
.TagClassName
{
border-color: #D6F6A5;
}
</style>