Shades of Reef #D0FBA7
Tints of Reef #D0FBA7
RGB
CMYK
RGB Variations
Color information
#D0FBA7 (or 0xD0FBA7) is known color: Reef. HEX triplet: D0, FB and A7. RGB value is (208,251,167). Sum of RGB (Red+Green+Blue) = 208+251+167=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 167 (65.62% from 255 or 26.68% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FBA7 is #2F0458. Grayscale: #E4E4E4. Windows color (decimal): -3081305 or 11008976. OLE color: 11008976.
HSL color Cylindrical-coordinate representation of color #D0FBA7: hue angle of 90.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0FBA7 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 167 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.02 |
| HSL | 90.71º | 0.91% | 0.82% | - |
| HSV(B) | 90.71º | 0.33% | 0.98% | - |
| XYZ | 67.48 | 85.19 | 49.45 | - |
| YUV | 228.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 167 | 0.17 | 0 | 0.33 | 0.02 | 90.71 | 0.91 | 0.82 |
| Hex | D0 | FB | A7 | 11 | 0 | 21 | 2 | 5B | 5B | 52 |
| Octal | 320 | 373 | 247 | 21 | 0 | 41 | 2 | 133 | 133 | 122 |
| Binary | 11010000 | 11111011 | 10100111 | 10001 | 0 | 100001 | 10 | 1011011 | 1011011 | 1010010 |
Color Harmonies of #D0FBA7
Complementary color
Monochromatic Colors of #D0FBA7
Black with #D0FBA7
Text Example
Text Example
White with #D0FBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBA7; }
p { color: rgb(208,251,167); }
H1.HeaderClassName
{
color: #D0FBA7;
}
.AnyTagClassName
{
color: #D0FBA7;
}
</style>
background-color css
<style>
a { background-color: #D0FBA7; }
a { background-color: rgb(208,251,167); }
div.DivClassName
{
background-color: #D0FBA7;
}
.BgClassName
{
background-color: #D0FBA7;
}
</style>
border-color css
<style>
span { border-color: #D0FBA7; }
span { border-color: rgb(208,251,167); }
td.TdClassName
{
border-color: #D0FBA7;
}
.TagClassName
{
border-color: #D0FBA7;
}
</style>