Shades of Reef #D2FBA0
Tints of Reef #D2FBA0
RGB
CMYK
RGB Variations
Color information
#D2FBA0 (or 0xD2FBA0) is known color: Reef. HEX triplet: D2, FB and A0. RGB value is (210,251,160). Sum of RGB (Red+Green+Blue) = 210+251+160=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FBA0 is #2D045F. Grayscale: #E4E4E4. Windows color (decimal): -2950240 or 10550226. OLE color: 10550226.
HSL color Cylindrical-coordinate representation of color #D2FBA0: hue angle of 87.03º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2FBA0 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 160 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.02 |
| HSL | 87.03º | 0.92% | 0.81% | - |
| HSV(B) | 87.03º | 0.36% | 0.98% | - |
| XYZ | 67.42 | 85.23 | 46.16 | - |
| YUV | 228.37 | 89.42 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 160 | 0.16 | 0 | 0.36 | 0.02 | 87.03 | 0.92 | 0.81 |
| Hex | D2 | FB | A0 | 10 | 0 | 24 | 2 | 57 | 5C | 51 |
| Octal | 322 | 373 | 240 | 20 | 0 | 44 | 2 | 127 | 134 | 121 |
| Binary | 11010010 | 11111011 | 10100000 | 10000 | 0 | 100100 | 10 | 1010111 | 1011100 | 1010001 |
Color Harmonies of #D2FBA0
Complementary color
Monochromatic Colors of #D2FBA0
Black with #D2FBA0
Text Example
Text Example
White with #D2FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBA0; }
p { color: rgb(210,251,160); }
H1.HeaderClassName
{
color: #D2FBA0;
}
.AnyTagClassName
{
color: #D2FBA0;
}
</style>
background-color css
<style>
a { background-color: #D2FBA0; }
a { background-color: rgb(210,251,160); }
div.DivClassName
{
background-color: #D2FBA0;
}
.BgClassName
{
background-color: #D2FBA0;
}
</style>
border-color css
<style>
span { border-color: #D2FBA0; }
span { border-color: rgb(210,251,160); }
td.TdClassName
{
border-color: #D2FBA0;
}
.TagClassName
{
border-color: #D2FBA0;
}
</style>