Shades of Reef #D2F69D
Tints of Reef #D2F69D
RGB
CMYK
RGB Variations
Color information
#D2F69D (or 0xD2F69D) is known color: Reef. HEX triplet: D2, F6 and 9D. RGB value is (210,246,157). Sum of RGB (Red+Green+Blue) = 210+246+157=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F69D is #2D0962. Grayscale: #E1E1E1. Windows color (decimal): -2951523 or 10352338. OLE color: 10352338.
HSL color Cylindrical-coordinate representation of color #D2F69D: hue angle of 84.27º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2F69D is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 246 | 157 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.04 |
| HSL | 84.27º | 0.83% | 0.79% | - |
| HSV(B) | 84.27º | 0.36% | 0.96% | - |
| XYZ | 65.62 | 82.05 | 44.28 | - |
| YUV | 225.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 157 | 0.15 | 0 | 0.36 | 0.04 | 84.27 | 0.83 | 0.79 |
| Hex | D2 | F6 | 9D | F | 0 | 24 | 4 | 54 | 53 | 4F |
| Octal | 322 | 366 | 235 | 17 | 0 | 44 | 4 | 124 | 123 | 117 |
| Binary | 11010010 | 11110110 | 10011101 | 1111 | 0 | 100100 | 100 | 1010100 | 1010011 | 1001111 |
Color Harmonies of #D2F69D
Complementary color
Monochromatic Colors of #D2F69D
Black with #D2F69D
Text Example
Text Example
White with #D2F69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F69D; }
p { color: rgb(210,246,157); }
H1.HeaderClassName
{
color: #D2F69D;
}
.AnyTagClassName
{
color: #D2F69D;
}
</style>
background-color css
<style>
a { background-color: #D2F69D; }
a { background-color: rgb(210,246,157); }
div.DivClassName
{
background-color: #D2F69D;
}
.BgClassName
{
background-color: #D2F69D;
}
</style>
border-color css
<style>
span { border-color: #D2F69D; }
span { border-color: rgb(210,246,157); }
td.TdClassName
{
border-color: #D2F69D;
}
.TagClassName
{
border-color: #D2F69D;
}
</style>