Shades of Reef #D5FCA2
Tints of Reef #D5FCA2
RGB
CMYK
RGB Variations
Color information
#D5FCA2 (or 0xD5FCA2) is known color: Reef. HEX triplet: D5, FC and A2. RGB value is (213,252,162). Sum of RGB (Red+Green+Blue) = 213+252+162=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 162 (63.67% from 255 or 25.84% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FCA2 is #2A035D. Grayscale: #E6E6E6. Windows color (decimal): -2753374 or 10681557. OLE color: 10681557.
HSL color Cylindrical-coordinate representation of color #D5FCA2: hue angle of 86º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5FCA2 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 162 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.01 |
| HSL | 86º | 0.94% | 0.81% | - |
| HSV(B) | 86º | 0.36% | 0.99% | - |
| XYZ | 68.77 | 86.38 | 47.23 | - |
| YUV | 230.08 | 89.58 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 162 | 0.15 | 0 | 0.36 | 0.01 | 86 | 0.94 | 0.81 |
| Hex | D5 | FC | A2 | F | 0 | 24 | 1 | 56 | 5E | 51 |
| Octal | 325 | 374 | 242 | 17 | 0 | 44 | 1 | 126 | 136 | 121 |
| Binary | 11010101 | 11111100 | 10100010 | 1111 | 0 | 100100 | 1 | 1010110 | 1011110 | 1010001 |
Color Harmonies of #D5FCA2
Complementary color
Monochromatic Colors of #D5FCA2
Black with #D5FCA2
Text Example
Text Example
White with #D5FCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCA2; }
p { color: rgb(213,252,162); }
H1.HeaderClassName
{
color: #D5FCA2;
}
.AnyTagClassName
{
color: #D5FCA2;
}
</style>
background-color css
<style>
a { background-color: #D5FCA2; }
a { background-color: rgb(213,252,162); }
div.DivClassName
{
background-color: #D5FCA2;
}
.BgClassName
{
background-color: #D5FCA2;
}
</style>
border-color css
<style>
span { border-color: #D5FCA2; }
span { border-color: rgb(213,252,162); }
td.TdClassName
{
border-color: #D5FCA2;
}
.TagClassName
{
border-color: #D5FCA2;
}
</style>