Shades of Reef #D0FA9B
Tints of Reef #D0FA9B
RGB
CMYK
RGB Variations
Color information
#D0FA9B (or 0xD0FA9B) is known color: Reef. HEX triplet: D0, FA and 9B. RGB value is (208,250,155). Sum of RGB (Red+Green+Blue) = 208+250+155=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FA9B is #2F0564. Grayscale: #E2E2E2. Windows color (decimal): -3081573 or 10222288. OLE color: 10222288.
HSL color Cylindrical-coordinate representation of color #D0FA9B: hue angle of 86.53º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0FA9B is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 155 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.02 |
| HSL | 86.53º | 0.9% | 0.79% | - |
| HSV(B) | 86.53º | 0.38% | 0.98% | - |
| XYZ | 66.11 | 84.15 | 43.77 | - |
| YUV | 226.61 | 87.59 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 155 | 0.17 | 0 | 0.38 | 0.02 | 86.53 | 0.9 | 0.79 |
| Hex | D0 | FA | 9B | 11 | 0 | 26 | 2 | 57 | 5A | 4F |
| Octal | 320 | 372 | 233 | 21 | 0 | 46 | 2 | 127 | 132 | 117 |
| Binary | 11010000 | 11111010 | 10011011 | 10001 | 0 | 100110 | 10 | 1010111 | 1011010 | 1001111 |
Color Harmonies of #D0FA9B
Complementary color
Monochromatic Colors of #D0FA9B
Black with #D0FA9B
Text Example
Text Example
White with #D0FA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA9B; }
p { color: rgb(208,250,155); }
H1.HeaderClassName
{
color: #D0FA9B;
}
.AnyTagClassName
{
color: #D0FA9B;
}
</style>
background-color css
<style>
a { background-color: #D0FA9B; }
a { background-color: rgb(208,250,155); }
div.DivClassName
{
background-color: #D0FA9B;
}
.BgClassName
{
background-color: #D0FA9B;
}
</style>
border-color css
<style>
span { border-color: #D0FA9B; }
span { border-color: rgb(208,250,155); }
td.TdClassName
{
border-color: #D0FA9B;
}
.TagClassName
{
border-color: #D0FA9B;
}
</style>