Shades of Reef #D6F294
Tints of Reef #D6F294
RGB
CMYK
RGB Variations
Color information
#D6F294 (or 0xD6F294) is known color: Reef. HEX triplet: D6, F2 and 94. RGB value is (214,242,148). Sum of RGB (Red+Green+Blue) = 214+242+148=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F294 is #290D6B. Grayscale: #DFDFDF. Windows color (decimal): -2690412 or 9761494. OLE color: 9761494.
HSL color Cylindrical-coordinate representation of color #D6F294: hue angle of 77.87º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6F294 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 148 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.05 |
| HSL | 77.87º | 0.78% | 0.76% | - |
| HSV(B) | 77.87º | 0.39% | 0.95% | - |
| XYZ | 64.83 | 79.94 | 40.03 | - |
| YUV | 222.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 148 | 0.12 | 0 | 0.39 | 0.05 | 77.87 | 0.78 | 0.76 |
| Hex | D6 | F2 | 94 | C | 0 | 27 | 5 | 4E | 4E | 4C |
| Octal | 326 | 362 | 224 | 14 | 0 | 47 | 5 | 116 | 116 | 114 |
| Binary | 11010110 | 11110010 | 10010100 | 1100 | 0 | 100111 | 101 | 1001110 | 1001110 | 1001100 |
Color Harmonies of #D6F294
Complementary color
Monochromatic Colors of #D6F294
Black with #D6F294
Text Example
Text Example
White with #D6F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F294; }
p { color: rgb(214,242,148); }
H1.HeaderClassName
{
color: #D6F294;
}
.AnyTagClassName
{
color: #D6F294;
}
</style>
background-color css
<style>
a { background-color: #D6F294; }
a { background-color: rgb(214,242,148); }
div.DivClassName
{
background-color: #D6F294;
}
.BgClassName
{
background-color: #D6F294;
}
</style>
border-color css
<style>
span { border-color: #D6F294; }
span { border-color: rgb(214,242,148); }
td.TdClassName
{
border-color: #D6F294;
}
.TagClassName
{
border-color: #D6F294;
}
</style>