Shades of Reef #D3F696
Tints of Reef #D3F696
RGB
CMYK
RGB Variations
Color information
#D3F696 (or 0xD3F696) is known color: Reef. HEX triplet: D3, F6 and 96. RGB value is (211,246,150). Sum of RGB (Red+Green+Blue) = 211+246+150=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F696 is #2C0969. Grayscale: #E0E0E0. Windows color (decimal): -2885994 or 9893587. OLE color: 9893587.
HSL color Cylindrical-coordinate representation of color #D3F696: hue angle of 81.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3F696 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 150 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.04 |
| HSL | 81.87º | 0.84% | 0.78% | - |
| HSV(B) | 81.87º | 0.39% | 0.96% | - |
| XYZ | 65.32 | 81.96 | 41.23 | - |
| YUV | 224.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 150 | 0.14 | 0 | 0.39 | 0.04 | 81.87 | 0.84 | 0.78 |
| Hex | D3 | F6 | 96 | E | 0 | 27 | 4 | 52 | 54 | 4E |
| Octal | 323 | 366 | 226 | 16 | 0 | 47 | 4 | 122 | 124 | 116 |
| Binary | 11010011 | 11110110 | 10010110 | 1110 | 0 | 100111 | 100 | 1010010 | 1010100 | 1001110 |
Color Harmonies of #D3F696
Complementary color
Monochromatic Colors of #D3F696
Black with #D3F696
Text Example
Text Example
White with #D3F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F696; }
p { color: rgb(211,246,150); }
H1.HeaderClassName
{
color: #D3F696;
}
.AnyTagClassName
{
color: #D3F696;
}
</style>
background-color css
<style>
a { background-color: #D3F696; }
a { background-color: rgb(211,246,150); }
div.DivClassName
{
background-color: #D3F696;
}
.BgClassName
{
background-color: #D3F696;
}
</style>
border-color css
<style>
span { border-color: #D3F696; }
span { border-color: rgb(211,246,150); }
td.TdClassName
{
border-color: #D3F696;
}
.TagClassName
{
border-color: #D3F696;
}
</style>