Shades of Reef #D5FA8F
Tints of Reef #D5FA8F
RGB
CMYK
RGB Variations
Color information
#D5FA8F (or 0xD5FA8F) is known color: Reef. HEX triplet: D5, FA and 8F. RGB value is (213,250,143). Sum of RGB (Red+Green+Blue) = 213+250+143=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA8F is #2A0570. Grayscale: #E3E3E3. Windows color (decimal): -2753905 or 9435861. OLE color: 9435861.
HSL color Cylindrical-coordinate representation of color #D5FA8F: hue angle of 80.75º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5FA8F is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 143 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.02 |
| HSL | 80.75º | 0.91% | 0.77% | - |
| HSV(B) | 80.75º | 0.43% | 0.98% | - |
| XYZ | 66.58 | 84.5 | 38.79 | - |
| YUV | 226.74 | 80.74 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 143 | 0.15 | 0 | 0.43 | 0.02 | 80.75 | 0.91 | 0.77 |
| Hex | D5 | FA | 8F | F | 0 | 2B | 2 | 51 | 5B | 4D |
| Octal | 325 | 372 | 217 | 17 | 0 | 53 | 2 | 121 | 133 | 115 |
| Binary | 11010101 | 11111010 | 10001111 | 1111 | 0 | 101011 | 10 | 1010001 | 1011011 | 1001101 |
Color Harmonies of #D5FA8F
Complementary color
Monochromatic Colors of #D5FA8F
Black with #D5FA8F
Text Example
Text Example
White with #D5FA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA8F; }
p { color: rgb(213,250,143); }
H1.HeaderClassName
{
color: #D5FA8F;
}
.AnyTagClassName
{
color: #D5FA8F;
}
</style>
background-color css
<style>
a { background-color: #D5FA8F; }
a { background-color: rgb(213,250,143); }
div.DivClassName
{
background-color: #D5FA8F;
}
.BgClassName
{
background-color: #D5FA8F;
}
</style>
border-color css
<style>
span { border-color: #D5FA8F; }
span { border-color: rgb(213,250,143); }
td.TdClassName
{
border-color: #D5FA8F;
}
.TagClassName
{
border-color: #D5FA8F;
}
</style>