Shades of Reef #D5FBA2
Tints of Reef #D5FBA2
RGB
CMYK
RGB Variations
Color information
#D5FBA2 (or 0xD5FBA2) is known color: Reef. HEX triplet: D5, FB and A2. RGB value is (213,251,162). Sum of RGB (Red+Green+Blue) = 213+251+162=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 162 (63.67% from 255 or 25.88% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FBA2 is #2A045D. Grayscale: #E5E5E5. Windows color (decimal): -2753630 or 10681301. OLE color: 10681301.
HSL color Cylindrical-coordinate representation of color #D5FBA2: hue angle of 85.62º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5FBA2 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 162 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.02 |
| HSL | 85.62º | 0.92% | 0.81% | - |
| HSV(B) | 85.62º | 0.35% | 0.98% | - |
| XYZ | 68.46 | 85.75 | 47.13 | - |
| YUV | 229.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 162 | 0.15 | 0 | 0.35 | 0.02 | 85.62 | 0.92 | 0.81 |
| Hex | D5 | FB | A2 | F | 0 | 23 | 2 | 56 | 5C | 51 |
| Octal | 325 | 373 | 242 | 17 | 0 | 43 | 2 | 126 | 134 | 121 |
| Binary | 11010101 | 11111011 | 10100010 | 1111 | 0 | 100011 | 10 | 1010110 | 1011100 | 1010001 |
Color Harmonies of #D5FBA2
Complementary color
Monochromatic Colors of #D5FBA2
Black with #D5FBA2
Text Example
Text Example
White with #D5FBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FBA2; }
p { color: rgb(213,251,162); }
H1.HeaderClassName
{
color: #D5FBA2;
}
.AnyTagClassName
{
color: #D5FBA2;
}
</style>
background-color css
<style>
a { background-color: #D5FBA2; }
a { background-color: rgb(213,251,162); }
div.DivClassName
{
background-color: #D5FBA2;
}
.BgClassName
{
background-color: #D5FBA2;
}
</style>
border-color css
<style>
span { border-color: #D5FBA2; }
span { border-color: rgb(213,251,162); }
td.TdClassName
{
border-color: #D5FBA2;
}
.TagClassName
{
border-color: #D5FBA2;
}
</style>