Shades of Reef #D6F198
Tints of Reef #D6F198
RGB
CMYK
RGB Variations
Color information
#D6F198 (or 0xD6F198) is known color: Reef. HEX triplet: D6, F1 and 98. RGB value is (214,241,152). Sum of RGB (Red+Green+Blue) = 214+241+152=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F198 is #290E67. Grayscale: #DFDFDF. Windows color (decimal): -2690664 or 10023382. OLE color: 10023382.
HSL color Cylindrical-coordinate representation of color #D6F198: hue angle of 78.2º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6F198 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 152 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.05 |
| HSL | 78.2º | 0.76% | 0.77% | - |
| HSV(B) | 78.2º | 0.37% | 0.95% | - |
| XYZ | 64.85 | 79.47 | 41.63 | - |
| YUV | 222.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 152 | 0.11 | 0 | 0.37 | 0.05 | 78.2 | 0.76 | 0.77 |
| Hex | D6 | F1 | 98 | B | 0 | 25 | 5 | 4E | 4C | 4D |
| Octal | 326 | 361 | 230 | 13 | 0 | 45 | 5 | 116 | 114 | 115 |
| Binary | 11010110 | 11110001 | 10011000 | 1011 | 0 | 100101 | 101 | 1001110 | 1001100 | 1001101 |
Color Harmonies of #D6F198
Complementary color
Monochromatic Colors of #D6F198
Black with #D6F198
Text Example
Text Example
White with #D6F198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F198; }
p { color: rgb(214,241,152); }
H1.HeaderClassName
{
color: #D6F198;
}
.AnyTagClassName
{
color: #D6F198;
}
</style>
background-color css
<style>
a { background-color: #D6F198; }
a { background-color: rgb(214,241,152); }
div.DivClassName
{
background-color: #D6F198;
}
.BgClassName
{
background-color: #D6F198;
}
</style>
border-color css
<style>
span { border-color: #D6F198; }
span { border-color: rgb(214,241,152); }
td.TdClassName
{
border-color: #D6F198;
}
.TagClassName
{
border-color: #D6F198;
}
</style>