Shades of Reef #D2F995
Tints of Reef #D2F995
RGB
CMYK
RGB Variations
Color information
#D2F995 (or 0xD2F995) is known color: Reef. HEX triplet: D2, F9 and 95. RGB value is (210,249,149). Sum of RGB (Red+Green+Blue) = 210+249+149=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F995 is #2D066A. Grayscale: #E2E2E2. Windows color (decimal): -2950763 or 9828818. OLE color: 9828818.
HSL color Cylindrical-coordinate representation of color #D2F995: hue angle of 83.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2F995 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 149 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.02 |
| HSL | 83.4º | 0.89% | 0.78% | - |
| HSV(B) | 83.4º | 0.4% | 0.98% | - |
| XYZ | 65.88 | 83.62 | 41.1 | - |
| YUV | 225.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 149 | 0.16 | 0 | 0.40 | 0.02 | 83.4 | 0.89 | 0.78 |
| Hex | D2 | F9 | 95 | 10 | 0 | 28 | 2 | 53 | 59 | 4E |
| Octal | 322 | 371 | 225 | 20 | 0 | 50 | 2 | 123 | 131 | 116 |
| Binary | 11010010 | 11111001 | 10010101 | 10000 | 0 | 101000 | 10 | 1010011 | 1011001 | 1001110 |
Color Harmonies of #D2F995
Complementary color
Monochromatic Colors of #D2F995
Black with #D2F995
Text Example
Text Example
White with #D2F995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F995; }
p { color: rgb(210,249,149); }
H1.HeaderClassName
{
color: #D2F995;
}
.AnyTagClassName
{
color: #D2F995;
}
</style>
background-color css
<style>
a { background-color: #D2F995; }
a { background-color: rgb(210,249,149); }
div.DivClassName
{
background-color: #D2F995;
}
.BgClassName
{
background-color: #D2F995;
}
</style>
border-color css
<style>
span { border-color: #D2F995; }
span { border-color: rgb(210,249,149); }
td.TdClassName
{
border-color: #D2F995;
}
.TagClassName
{
border-color: #D2F995;
}
</style>