Shades of Reef #D8F38F
Tints of Reef #D8F38F
RGB
CMYK
RGB Variations
Color information
#D8F38F (or 0xD8F38F) is known color: Reef. HEX triplet: D8, F3 and 8F. RGB value is (216,243,143). Sum of RGB (Red+Green+Blue) = 216+243+143=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F38F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F38F is #270C70. Grayscale: #DFDFDF. Windows color (decimal): -2559089 or 9434072. OLE color: 9434072.
HSL color Cylindrical-coordinate representation of color #D8F38F: hue angle of 76.2º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8F38F is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 143 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.05 |
| HSL | 76.2º | 0.81% | 0.76% | - |
| HSV(B) | 76.2º | 0.41% | 0.95% | - |
| XYZ | 65.33 | 80.68 | 38.12 | - |
| YUV | 223.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 143 | 0.11 | 0 | 0.41 | 0.05 | 76.2 | 0.81 | 0.76 |
| Hex | D8 | F3 | 8F | B | 0 | 29 | 5 | 4C | 51 | 4C |
| Octal | 330 | 363 | 217 | 13 | 0 | 51 | 5 | 114 | 121 | 114 |
| Binary | 11011000 | 11110011 | 10001111 | 1011 | 0 | 101001 | 101 | 1001100 | 1010001 | 1001100 |
Color Harmonies of #D8F38F
Complementary color
Monochromatic Colors of #D8F38F
Black with #D8F38F
Text Example
Text Example
White with #D8F38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F38F; }
p { color: rgb(216,243,143); }
H1.HeaderClassName
{
color: #D8F38F;
}
.AnyTagClassName
{
color: #D8F38F;
}
</style>
background-color css
<style>
a { background-color: #D8F38F; }
a { background-color: rgb(216,243,143); }
div.DivClassName
{
background-color: #D8F38F;
}
.BgClassName
{
background-color: #D8F38F;
}
</style>
border-color css
<style>
span { border-color: #D8F38F; }
span { border-color: rgb(216,243,143); }
td.TdClassName
{
border-color: #D8F38F;
}
.TagClassName
{
border-color: #D8F38F;
}
</style>