Shades of Reef #D2FF8D
Tints of Reef #D2FF8D
RGB
CMYK
RGB Variations
Color information
#D2FF8D (or 0xD2FF8D) is known color: Reef. HEX triplet: D2, FF and 8D. RGB value is (210,255,141). Sum of RGB (Red+Green+Blue) = 210+255+141=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FF8D is #2D0072. Grayscale: #E4E4E4. Windows color (decimal): -2949235 or 9306066. OLE color: 9306066.
HSL color Cylindrical-coordinate representation of color #D2FF8D: hue angle of 83.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2FF8D is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 141 | - |
| CMYK | 0.18 | 0 | 0.45 | 0 |
| HSL | 83.68º | 1% | 0.78% | - |
| HSV(B) | 83.68º | 0.45% | 1% | - |
| XYZ | 67.15 | 87.14 | 38.48 | - |
| YUV | 228.55 | 78.59 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 141 | 0.18 | 0 | 0.45 | 0 | 83.68 | 1 | 0.78 |
| Hex | D2 | FF | 8D | 12 | 0 | 2D | 0 | 54 | 64 | 4E |
| Octal | 322 | 377 | 215 | 22 | 0 | 55 | 0 | 124 | 144 | 116 |
| Binary | 11010010 | 11111111 | 10001101 | 10010 | 0 | 101101 | 0 | 1010100 | 1100100 | 1001110 |
Color Harmonies of #D2FF8D
Complementary color
Monochromatic Colors of #D2FF8D
Black with #D2FF8D
Text Example
Text Example
White with #D2FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF8D; }
p { color: rgb(210,255,141); }
H1.HeaderClassName
{
color: #D2FF8D;
}
.AnyTagClassName
{
color: #D2FF8D;
}
</style>
background-color css
<style>
a { background-color: #D2FF8D; }
a { background-color: rgb(210,255,141); }
div.DivClassName
{
background-color: #D2FF8D;
}
.BgClassName
{
background-color: #D2FF8D;
}
</style>
border-color css
<style>
span { border-color: #D2FF8D; }
span { border-color: rgb(210,255,141); }
td.TdClassName
{
border-color: #D2FF8D;
}
.TagClassName
{
border-color: #D2FF8D;
}
</style>