Shades of Reef #D5FAA5
Tints of Reef #D5FAA5
RGB
CMYK
RGB Variations
Color information
#D5FAA5 (or 0xD5FAA5) is known color: Reef. HEX triplet: D5, FA and A5. RGB value is (213,250,165). Sum of RGB (Red+Green+Blue) = 213+250+165=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FAA5 is #2A055A. Grayscale: #E5E5E5. Windows color (decimal): -2753883 or 10877653. OLE color: 10877653.
HSL color Cylindrical-coordinate representation of color #D5FAA5: hue angle of 86.12º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5FAA5 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 165 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.02 |
| HSL | 86.12º | 0.89% | 0.81% | - |
| HSV(B) | 86.12º | 0.34% | 0.98% | - |
| XYZ | 68.42 | 85.23 | 48.44 | - |
| YUV | 229.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 165 | 0.15 | 0 | 0.34 | 0.02 | 86.12 | 0.89 | 0.81 |
| Hex | D5 | FA | A5 | F | 0 | 22 | 2 | 56 | 59 | 51 |
| Octal | 325 | 372 | 245 | 17 | 0 | 42 | 2 | 126 | 131 | 121 |
| Binary | 11010101 | 11111010 | 10100101 | 1111 | 0 | 100010 | 10 | 1010110 | 1011001 | 1010001 |
Color Harmonies of #D5FAA5
Complementary color
Monochromatic Colors of #D5FAA5
Black with #D5FAA5
Text Example
Text Example
White with #D5FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FAA5; }
p { color: rgb(213,250,165); }
H1.HeaderClassName
{
color: #D5FAA5;
}
.AnyTagClassName
{
color: #D5FAA5;
}
</style>
background-color css
<style>
a { background-color: #D5FAA5; }
a { background-color: rgb(213,250,165); }
div.DivClassName
{
background-color: #D5FAA5;
}
.BgClassName
{
background-color: #D5FAA5;
}
</style>
border-color css
<style>
span { border-color: #D5FAA5; }
span { border-color: rgb(213,250,165); }
td.TdClassName
{
border-color: #D5FAA5;
}
.TagClassName
{
border-color: #D5FAA5;
}
</style>