Shades of Reef #D6FA8A
Tints of Reef #D6FA8A
RGB
CMYK
RGB Variations
Color information
#D6FA8A (or 0xD6FA8A) is known color: Reef. HEX triplet: D6, FA and 8A. RGB value is (214,250,138). Sum of RGB (Red+Green+Blue) = 214+250+138=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FA8A is #290575. Grayscale: #E2E2E2. Windows color (decimal): -2688374 or 9108182. OLE color: 9108182.
HSL color Cylindrical-coordinate representation of color #D6FA8A: hue angle of 79.29º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6FA8A is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 138 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.02 |
| HSL | 79.29º | 0.92% | 0.76% | - |
| HSV(B) | 79.29º | 0.45% | 0.98% | - |
| XYZ | 66.5 | 84.5 | 36.85 | - |
| YUV | 226.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 138 | 0.14 | 0 | 0.45 | 0.02 | 79.29 | 0.92 | 0.76 |
| Hex | D6 | FA | 8A | E | 0 | 2D | 2 | 4F | 5C | 4C |
| Octal | 326 | 372 | 212 | 16 | 0 | 55 | 2 | 117 | 134 | 114 |
| Binary | 11010110 | 11111010 | 10001010 | 1110 | 0 | 101101 | 10 | 1001111 | 1011100 | 1001100 |
Color Harmonies of #D6FA8A
Complementary color
Monochromatic Colors of #D6FA8A
Black with #D6FA8A
Text Example
Text Example
White with #D6FA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA8A; }
p { color: rgb(214,250,138); }
H1.HeaderClassName
{
color: #D6FA8A;
}
.AnyTagClassName
{
color: #D6FA8A;
}
</style>
background-color css
<style>
a { background-color: #D6FA8A; }
a { background-color: rgb(214,250,138); }
div.DivClassName
{
background-color: #D6FA8A;
}
.BgClassName
{
background-color: #D6FA8A;
}
</style>
border-color css
<style>
span { border-color: #D6FA8A; }
span { border-color: rgb(214,250,138); }
td.TdClassName
{
border-color: #D6FA8A;
}
.TagClassName
{
border-color: #D6FA8A;
}
</style>