Shades of Reef #D6F190
Tints of Reef #D6F190
RGB
CMYK
RGB Variations
Color information
#D6F190 (or 0xD6F190) is known color: Reef. HEX triplet: D6, F1 and 90. RGB value is (214,241,144). Sum of RGB (Red+Green+Blue) = 214+241+144=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F190 is #290E6F. Grayscale: #DEDEDE. Windows color (decimal): -2690672 or 9499094. OLE color: 9499094.
HSL color Cylindrical-coordinate representation of color #D6F190: hue angle of 76.7º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6F190 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 144 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.05 |
| HSL | 76.7º | 0.78% | 0.75% | - |
| HSV(B) | 76.7º | 0.4% | 0.95% | - |
| XYZ | 64.22 | 79.22 | 38.29 | - |
| YUV | 221.87 | 84.05 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 144 | 0.11 | 0 | 0.40 | 0.05 | 76.7 | 0.78 | 0.75 |
| Hex | D6 | F1 | 90 | B | 0 | 28 | 5 | 4D | 4E | 4B |
| Octal | 326 | 361 | 220 | 13 | 0 | 50 | 5 | 115 | 116 | 113 |
| Binary | 11010110 | 11110001 | 10010000 | 1011 | 0 | 101000 | 101 | 1001101 | 1001110 | 1001011 |
Color Harmonies of #D6F190
Complementary color
Monochromatic Colors of #D6F190
Black with #D6F190
Text Example
Text Example
White with #D6F190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F190; }
p { color: rgb(214,241,144); }
H1.HeaderClassName
{
color: #D6F190;
}
.AnyTagClassName
{
color: #D6F190;
}
</style>
background-color css
<style>
a { background-color: #D6F190; }
a { background-color: rgb(214,241,144); }
div.DivClassName
{
background-color: #D6F190;
}
.BgClassName
{
background-color: #D6F190;
}
</style>
border-color css
<style>
span { border-color: #D6F190; }
span { border-color: rgb(214,241,144); }
td.TdClassName
{
border-color: #D6F190;
}
.TagClassName
{
border-color: #D6F190;
}
</style>