Shades of Reef #D0FBA9
Tints of Reef #D0FBA9
RGB
CMYK
RGB Variations
Color information
#D0FBA9 (or 0xD0FBA9) is known color: Reef. HEX triplet: D0, FB and A9. RGB value is (208,251,169). Sum of RGB (Red+Green+Blue) = 208+251+169=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FBA9 is #2F0456. Grayscale: #E5E5E5. Windows color (decimal): -3081303 or 11140048. OLE color: 11140048.
HSL color Cylindrical-coordinate representation of color #D0FBA9: hue angle of 91.46º 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 #D0FBA9 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 169 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.02 |
| HSL | 91.46º | 0.91% | 0.82% | - |
| HSV(B) | 91.46º | 0.33% | 0.98% | - |
| XYZ | 67.67 | 85.27 | 50.43 | - |
| YUV | 228.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 169 | 0.17 | 0 | 0.33 | 0.02 | 91.46 | 0.91 | 0.82 |
| Hex | D0 | FB | A9 | 11 | 0 | 21 | 2 | 5B | 5B | 52 |
| Octal | 320 | 373 | 251 | 21 | 0 | 41 | 2 | 133 | 133 | 122 |
| Binary | 11010000 | 11111011 | 10101001 | 10001 | 0 | 100001 | 10 | 1011011 | 1011011 | 1010010 |
Color Harmonies of #D0FBA9
Complementary color
Monochromatic Colors of #D0FBA9
Black with #D0FBA9
Text Example
Text Example
White with #D0FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBA9; }
p { color: rgb(208,251,169); }
H1.HeaderClassName
{
color: #D0FBA9;
}
.AnyTagClassName
{
color: #D0FBA9;
}
</style>
background-color css
<style>
a { background-color: #D0FBA9; }
a { background-color: rgb(208,251,169); }
div.DivClassName
{
background-color: #D0FBA9;
}
.BgClassName
{
background-color: #D0FBA9;
}
</style>
border-color css
<style>
span { border-color: #D0FBA9; }
span { border-color: rgb(208,251,169); }
td.TdClassName
{
border-color: #D0FBA9;
}
.TagClassName
{
border-color: #D0FBA9;
}
</style>