Shades of Reef #D2FF9A
Tints of Reef #D2FF9A
RGB
CMYK
RGB Variations
Color information
#D2FF9A (or 0xD2FF9A) is known color: Reef. HEX triplet: D2, FF and 9A. RGB value is (210,255,154). Sum of RGB (Red+Green+Blue) = 210+255+154=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FF9A is #2D0065. Grayscale: #E6E6E6. Windows color (decimal): -2949222 or 10158034. OLE color: 10158034.
HSL color Cylindrical-coordinate representation of color #D2FF9A: hue angle of 86.73º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2FF9A is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 154 | - |
| CMYK | 0.18 | 0 | 0.40 | 0 |
| HSL | 86.73º | 1% | 0.8% | - |
| HSV(B) | 86.73º | 0.4% | 1% | - |
| XYZ | 68.17 | 87.55 | 43.88 | - |
| YUV | 230.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 154 | 0.18 | 0 | 0.40 | 0 | 86.73 | 1 | 0.8 |
| Hex | D2 | FF | 9A | 12 | 0 | 28 | 0 | 57 | 64 | 50 |
| Octal | 322 | 377 | 232 | 22 | 0 | 50 | 0 | 127 | 144 | 120 |
| Binary | 11010010 | 11111111 | 10011010 | 10010 | 0 | 101000 | 0 | 1010111 | 1100100 | 1010000 |
Color Harmonies of #D2FF9A
Complementary color
Monochromatic Colors of #D2FF9A
Black with #D2FF9A
Text Example
Text Example
White with #D2FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF9A; }
p { color: rgb(210,255,154); }
H1.HeaderClassName
{
color: #D2FF9A;
}
.AnyTagClassName
{
color: #D2FF9A;
}
</style>
background-color css
<style>
a { background-color: #D2FF9A; }
a { background-color: rgb(210,255,154); }
div.DivClassName
{
background-color: #D2FF9A;
}
.BgClassName
{
background-color: #D2FF9A;
}
</style>
border-color css
<style>
span { border-color: #D2FF9A; }
span { border-color: rgb(210,255,154); }
td.TdClassName
{
border-color: #D2FF9A;
}
.TagClassName
{
border-color: #D2FF9A;
}
</style>