Shades of Reef #D8F98A
Tints of Reef #D8F98A
RGB
CMYK
RGB Variations
Color information
#D8F98A (or 0xD8F98A) is known color: Reef. HEX triplet: D8, F9 and 8A. RGB value is (216,249,138). Sum of RGB (Red+Green+Blue) = 216+249+138=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F98A is #270675. Grayscale: #E2E2E2. Windows color (decimal): -2557558 or 9107928. OLE color: 9107928.
HSL color Cylindrical-coordinate representation of color #D8F98A: hue angle of 77.84º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8F98A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 138 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.02 |
| HSL | 77.84º | 0.9% | 0.76% | - |
| HSV(B) | 77.84º | 0.45% | 0.98% | - |
| XYZ | 66.78 | 84.19 | 36.77 | - |
| YUV | 226.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 138 | 0.13 | 0 | 0.45 | 0.02 | 77.84 | 0.9 | 0.76 |
| Hex | D8 | F9 | 8A | D | 0 | 2D | 2 | 4E | 5A | 4C |
| Octal | 330 | 371 | 212 | 15 | 0 | 55 | 2 | 116 | 132 | 114 |
| Binary | 11011000 | 11111001 | 10001010 | 1101 | 0 | 101101 | 10 | 1001110 | 1011010 | 1001100 |
Color Harmonies of #D8F98A
Complementary color
Monochromatic Colors of #D8F98A
Black with #D8F98A
Text Example
Text Example
White with #D8F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F98A; }
p { color: rgb(216,249,138); }
H1.HeaderClassName
{
color: #D8F98A;
}
.AnyTagClassName
{
color: #D8F98A;
}
</style>
background-color css
<style>
a { background-color: #D8F98A; }
a { background-color: rgb(216,249,138); }
div.DivClassName
{
background-color: #D8F98A;
}
.BgClassName
{
background-color: #D8F98A;
}
</style>
border-color css
<style>
span { border-color: #D8F98A; }
span { border-color: rgb(216,249,138); }
td.TdClassName
{
border-color: #D8F98A;
}
.TagClassName
{
border-color: #D8F98A;
}
</style>