Shades of Reef #D5FE8F
Tints of Reef #D5FE8F
RGB
CMYK
RGB Variations
Color information
#D5FE8F (or 0xD5FE8F) is known color: Reef. HEX triplet: D5, FE and 8F. RGB value is (213,254,143). Sum of RGB (Red+Green+Blue) = 213+254+143=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FE8F is #2A0170. Grayscale: #E5E5E5. Windows color (decimal): -2752881 or 9436885. OLE color: 9436885.
HSL color Cylindrical-coordinate representation of color #D5FE8F: hue angle of 82.16º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5FE8F is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 143 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.00 |
| HSL | 82.16º | 0.98% | 0.78% | - |
| HSV(B) | 82.16º | 0.44% | 1% | - |
| XYZ | 67.84 | 87.01 | 39.21 | - |
| YUV | 229.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 143 | 0.16 | 0 | 0.44 | 0.00 | 82.16 | 0.98 | 0.78 |
| Hex | D5 | FE | 8F | 10 | 0 | 2C | 0 | 52 | 62 | 4E |
| Octal | 325 | 376 | 217 | 20 | 0 | 54 | 0 | 122 | 142 | 116 |
| Binary | 11010101 | 11111110 | 10001111 | 10000 | 0 | 101100 | 0 | 1010010 | 1100010 | 1001110 |
Color Harmonies of #D5FE8F
Complementary color
Monochromatic Colors of #D5FE8F
Black with #D5FE8F
Text Example
Text Example
White with #D5FE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE8F; }
p { color: rgb(213,254,143); }
H1.HeaderClassName
{
color: #D5FE8F;
}
.AnyTagClassName
{
color: #D5FE8F;
}
</style>
background-color css
<style>
a { background-color: #D5FE8F; }
a { background-color: rgb(213,254,143); }
div.DivClassName
{
background-color: #D5FE8F;
}
.BgClassName
{
background-color: #D5FE8F;
}
</style>
border-color css
<style>
span { border-color: #D5FE8F; }
span { border-color: rgb(213,254,143); }
td.TdClassName
{
border-color: #D5FE8F;
}
.TagClassName
{
border-color: #D5FE8F;
}
</style>