Shades of Reef #D2F496
Tints of Reef #D2F496
RGB
CMYK
RGB Variations
Color information
#D2F496 (or 0xD2F496) is known color: Reef. HEX triplet: D2, F4 and 96. RGB value is (210,244,150). Sum of RGB (Red+Green+Blue) = 210+244+150=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F496 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F496 is #2D0B69. Grayscale: #DFDFDF. Windows color (decimal): -2952042 or 9893074. OLE color: 9893074.
HSL color Cylindrical-coordinate representation of color #D2F496: hue angle of 81.7º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2F496 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 150 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.04 |
| HSL | 81.7º | 0.81% | 0.77% | - |
| HSV(B) | 81.7º | 0.39% | 0.96% | - |
| XYZ | 64.43 | 80.61 | 41.02 | - |
| YUV | 223.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 150 | 0.14 | 0 | 0.39 | 0.04 | 81.7 | 0.81 | 0.77 |
| Hex | D2 | F4 | 96 | E | 0 | 27 | 4 | 52 | 51 | 4D |
| Octal | 322 | 364 | 226 | 16 | 0 | 47 | 4 | 122 | 121 | 115 |
| Binary | 11010010 | 11110100 | 10010110 | 1110 | 0 | 100111 | 100 | 1010010 | 1010001 | 1001101 |
Color Harmonies of #D2F496
Complementary color
Monochromatic Colors of #D2F496
Black with #D2F496
Text Example
Text Example
White with #D2F496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F496; }
p { color: rgb(210,244,150); }
H1.HeaderClassName
{
color: #D2F496;
}
.AnyTagClassName
{
color: #D2F496;
}
</style>
background-color css
<style>
a { background-color: #D2F496; }
a { background-color: rgb(210,244,150); }
div.DivClassName
{
background-color: #D2F496;
}
.BgClassName
{
background-color: #D2F496;
}
</style>
border-color css
<style>
span { border-color: #D2F496; }
span { border-color: rgb(210,244,150); }
td.TdClassName
{
border-color: #D2F496;
}
.TagClassName
{
border-color: #D2F496;
}
</style>