Shades of Reef #D8F28F
Tints of Reef #D8F28F
RGB
CMYK
RGB Variations
Color information
#D8F28F (or 0xD8F28F) is known color: Reef. HEX triplet: D8, F2 and 8F. RGB value is (216,242,143). Sum of RGB (Red+Green+Blue) = 216+242+143=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F28F is #270D70. Grayscale: #DFDFDF. Windows color (decimal): -2559345 or 9433816. OLE color: 9433816.
HSL color Cylindrical-coordinate representation of color #D8F28F: hue angle of 75.76º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8F28F is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 143 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.05 |
| HSL | 75.76º | 0.79% | 0.75% | - |
| HSV(B) | 75.76º | 0.41% | 0.95% | - |
| XYZ | 65.03 | 80.09 | 38.02 | - |
| YUV | 222.94 | 82.89 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 143 | 0.11 | 0 | 0.41 | 0.05 | 75.76 | 0.79 | 0.75 |
| Hex | D8 | F2 | 8F | B | 0 | 29 | 5 | 4C | 4F | 4B |
| Octal | 330 | 362 | 217 | 13 | 0 | 51 | 5 | 114 | 117 | 113 |
| Binary | 11011000 | 11110010 | 10001111 | 1011 | 0 | 101001 | 101 | 1001100 | 1001111 | 1001011 |
Color Harmonies of #D8F28F
Complementary color
Monochromatic Colors of #D8F28F
Black with #D8F28F
Text Example
Text Example
White with #D8F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F28F; }
p { color: rgb(216,242,143); }
H1.HeaderClassName
{
color: #D8F28F;
}
.AnyTagClassName
{
color: #D8F28F;
}
</style>
background-color css
<style>
a { background-color: #D8F28F; }
a { background-color: rgb(216,242,143); }
div.DivClassName
{
background-color: #D8F28F;
}
.BgClassName
{
background-color: #D8F28F;
}
</style>
border-color css
<style>
span { border-color: #D8F28F; }
span { border-color: rgb(216,242,143); }
td.TdClassName
{
border-color: #D8F28F;
}
.TagClassName
{
border-color: #D8F28F;
}
</style>