Shades of Reef #D8F993
Tints of Reef #D8F993
RGB
CMYK
RGB Variations
Color information
#D8F993 (or 0xD8F993) is known color: Reef. HEX triplet: D8, F9 and 93. RGB value is (216,249,147). Sum of RGB (Red+Green+Blue) = 216+249+147=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 147 (57.81% from 255 or 24.02% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F993 is #27066C. Grayscale: #E3E3E3. Windows color (decimal): -2557549 or 9697752. OLE color: 9697752.
HSL color Cylindrical-coordinate representation of color #D8F993: hue angle of 79.41º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8F993 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 147 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.02 |
| HSL | 79.41º | 0.89% | 0.78% | - |
| HSV(B) | 79.41º | 0.41% | 0.98% | - |
| XYZ | 67.46 | 84.46 | 40.35 | - |
| YUV | 227.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 147 | 0.13 | 0 | 0.41 | 0.02 | 79.41 | 0.89 | 0.78 |
| Hex | D8 | F9 | 93 | D | 0 | 29 | 2 | 4F | 59 | 4E |
| Octal | 330 | 371 | 223 | 15 | 0 | 51 | 2 | 117 | 131 | 116 |
| Binary | 11011000 | 11111001 | 10010011 | 1101 | 0 | 101001 | 10 | 1001111 | 1011001 | 1001110 |
Color Harmonies of #D8F993
Complementary color
Monochromatic Colors of #D8F993
Black with #D8F993
Text Example
Text Example
White with #D8F993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F993; }
p { color: rgb(216,249,147); }
H1.HeaderClassName
{
color: #D8F993;
}
.AnyTagClassName
{
color: #D8F993;
}
</style>
background-color css
<style>
a { background-color: #D8F993; }
a { background-color: rgb(216,249,147); }
div.DivClassName
{
background-color: #D8F993;
}
.BgClassName
{
background-color: #D8F993;
}
</style>
border-color css
<style>
span { border-color: #D8F993; }
span { border-color: rgb(216,249,147); }
td.TdClassName
{
border-color: #D8F993;
}
.TagClassName
{
border-color: #D8F993;
}
</style>