Shades of Reef #D5FF9B
Tints of Reef #D5FF9B
RGB
CMYK
RGB Variations
Color information
#D5FF9B (or 0xD5FF9B) is known color: Reef. HEX triplet: D5, FF and 9B. RGB value is (213,255,155). Sum of RGB (Red+Green+Blue) = 213+255+155=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 155 (60.94% from 255 or 24.88% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF9B is #2A0064. Grayscale: #E7E7E7. Windows color (decimal): -2752613 or 10223573. OLE color: 10223573.
HSL color Cylindrical-coordinate representation of color #D5FF9B: hue angle of 85.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5FF9B is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 155 | - |
| CMYK | 0.16 | 0 | 0.39 | 0 |
| HSL | 85.2º | 1% | 0.8% | - |
| HSV(B) | 85.2º | 0.39% | 1% | - |
| XYZ | 69.12 | 88.03 | 44.36 | - |
| YUV | 231.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 155 | 0.16 | 0 | 0.39 | 0 | 85.2 | 1 | 0.8 |
| Hex | D5 | FF | 9B | 10 | 0 | 27 | 0 | 55 | 64 | 50 |
| Octal | 325 | 377 | 233 | 20 | 0 | 47 | 0 | 125 | 144 | 120 |
| Binary | 11010101 | 11111111 | 10011011 | 10000 | 0 | 100111 | 0 | 1010101 | 1100100 | 1010000 |
Color Harmonies of #D5FF9B
Complementary color
Monochromatic Colors of #D5FF9B
Black with #D5FF9B
Text Example
Text Example
White with #D5FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF9B; }
p { color: rgb(213,255,155); }
H1.HeaderClassName
{
color: #D5FF9B;
}
.AnyTagClassName
{
color: #D5FF9B;
}
</style>
background-color css
<style>
a { background-color: #D5FF9B; }
a { background-color: rgb(213,255,155); }
div.DivClassName
{
background-color: #D5FF9B;
}
.BgClassName
{
background-color: #D5FF9B;
}
</style>
border-color css
<style>
span { border-color: #D5FF9B; }
span { border-color: rgb(213,255,155); }
td.TdClassName
{
border-color: #D5FF9B;
}
.TagClassName
{
border-color: #D5FF9B;
}
</style>