Shades of Reef #D2FF9D
Tints of Reef #D2FF9D
RGB
CMYK
RGB Variations
Color information
#D2FF9D (or 0xD2FF9D) is known color: Reef. HEX triplet: D2, FF and 9D. RGB value is (210,255,157). Sum of RGB (Red+Green+Blue) = 210+255+157=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FF9D is #2D0062. Grayscale: #E6E6E6. Windows color (decimal): -2949219 or 10354642. OLE color: 10354642.
HSL color Cylindrical-coordinate representation of color #D2FF9D: hue angle of 87.55º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2FF9D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 157 | - |
| CMYK | 0.18 | 0 | 0.38 | 0 |
| HSL | 87.55º | 1% | 0.81% | - |
| HSV(B) | 87.55º | 0.38% | 1% | - |
| XYZ | 68.42 | 87.66 | 45.21 | - |
| YUV | 230.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 157 | 0.18 | 0 | 0.38 | 0 | 87.55 | 1 | 0.81 |
| Hex | D2 | FF | 9D | 12 | 0 | 26 | 0 | 58 | 64 | 51 |
| Octal | 322 | 377 | 235 | 22 | 0 | 46 | 0 | 130 | 144 | 121 |
| Binary | 11010010 | 11111111 | 10011101 | 10010 | 0 | 100110 | 0 | 1011000 | 1100100 | 1010001 |
Color Harmonies of #D2FF9D
Complementary color
Monochromatic Colors of #D2FF9D
Black with #D2FF9D
Text Example
Text Example
White with #D2FF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF9D; }
p { color: rgb(210,255,157); }
H1.HeaderClassName
{
color: #D2FF9D;
}
.AnyTagClassName
{
color: #D2FF9D;
}
</style>
background-color css
<style>
a { background-color: #D2FF9D; }
a { background-color: rgb(210,255,157); }
div.DivClassName
{
background-color: #D2FF9D;
}
.BgClassName
{
background-color: #D2FF9D;
}
</style>
border-color css
<style>
span { border-color: #D2FF9D; }
span { border-color: rgb(210,255,157); }
td.TdClassName
{
border-color: #D2FF9D;
}
.TagClassName
{
border-color: #D2FF9D;
}
</style>