Shades of Reef #D8F493
Tints of Reef #D8F493
RGB
CMYK
RGB Variations
Color information
#D8F493 (or 0xD8F493) is known color: Reef. HEX triplet: D8, F4 and 93. RGB value is (216,244,147). Sum of RGB (Red+Green+Blue) = 216+244+147=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F493 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F493 is #270B6C. Grayscale: #E0E0E0. Windows color (decimal): -2558829 or 9696472. OLE color: 9696472.
HSL color Cylindrical-coordinate representation of color #D8F493: hue angle of 77.32º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8F493 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 147 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.04 |
| HSL | 77.32º | 0.82% | 0.77% | - |
| HSV(B) | 77.32º | 0.4% | 0.96% | - |
| XYZ | 65.94 | 81.41 | 39.84 | - |
| YUV | 224.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 147 | 0.11 | 0 | 0.40 | 0.04 | 77.32 | 0.82 | 0.77 |
| Hex | D8 | F4 | 93 | B | 0 | 28 | 4 | 4D | 52 | 4D |
| Octal | 330 | 364 | 223 | 13 | 0 | 50 | 4 | 115 | 122 | 115 |
| Binary | 11011000 | 11110100 | 10010011 | 1011 | 0 | 101000 | 100 | 1001101 | 1010010 | 1001101 |
Color Harmonies of #D8F493
Complementary color
Monochromatic Colors of #D8F493
Black with #D8F493
Text Example
Text Example
White with #D8F493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F493; }
p { color: rgb(216,244,147); }
H1.HeaderClassName
{
color: #D8F493;
}
.AnyTagClassName
{
color: #D8F493;
}
</style>
background-color css
<style>
a { background-color: #D8F493; }
a { background-color: rgb(216,244,147); }
div.DivClassName
{
background-color: #D8F493;
}
.BgClassName
{
background-color: #D8F493;
}
</style>
border-color css
<style>
span { border-color: #D8F493; }
span { border-color: rgb(216,244,147); }
td.TdClassName
{
border-color: #D8F493;
}
.TagClassName
{
border-color: #D8F493;
}
</style>