Shades of Reef #D6F990
Tints of Reef #D6F990
RGB
CMYK
RGB Variations
Color information
#D6F990 (or 0xD6F990) is known color: Reef. HEX triplet: D6, F9 and 90. RGB value is (214,249,144). Sum of RGB (Red+Green+Blue) = 214+249+144=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F990 is #29066F. Grayscale: #E2E2E2. Windows color (decimal): -2688624 or 9501142. OLE color: 9501142.
HSL color Cylindrical-coordinate representation of color #D6F990: hue angle of 80º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6F990 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 249 | 144 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.02 |
| HSL | 80º | 0.9% | 0.77% | - |
| HSV(B) | 80º | 0.42% | 0.98% | - |
| XYZ | 66.64 | 84.06 | 39.1 | - |
| YUV | 226.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 249 | 144 | 0.14 | 0 | 0.42 | 0.02 | 80 | 0.9 | 0.77 |
| Hex | D6 | F9 | 90 | E | 0 | 2A | 2 | 50 | 5A | 4D |
| Octal | 326 | 371 | 220 | 16 | 0 | 52 | 2 | 120 | 132 | 115 |
| Binary | 11010110 | 11111001 | 10010000 | 1110 | 0 | 101010 | 10 | 1010000 | 1011010 | 1001101 |
Color Harmonies of #D6F990
Complementary color
Monochromatic Colors of #D6F990
Black with #D6F990
Text Example
Text Example
White with #D6F990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F990; }
p { color: rgb(214,249,144); }
H1.HeaderClassName
{
color: #D6F990;
}
.AnyTagClassName
{
color: #D6F990;
}
</style>
background-color css
<style>
a { background-color: #D6F990; }
a { background-color: rgb(214,249,144); }
div.DivClassName
{
background-color: #D6F990;
}
.BgClassName
{
background-color: #D6F990;
}
</style>
border-color css
<style>
span { border-color: #D6F990; }
span { border-color: rgb(214,249,144); }
td.TdClassName
{
border-color: #D6F990;
}
.TagClassName
{
border-color: #D6F990;
}
</style>