Shades of Reef #D0FE8D
Tints of Reef #D0FE8D
RGB
CMYK
RGB Variations
Color information
#D0FE8D (or 0xD0FE8D) is known color: Reef. HEX triplet: D0, FE and 8D. RGB value is (208,254,141). Sum of RGB (Red+Green+Blue) = 208+254+141=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE8D is #2F0172. Grayscale: #E3E3E3. Windows color (decimal): -3080563 or 9305808. OLE color: 9305808.
HSL color Cylindrical-coordinate representation of color #D0FE8D: hue angle of 84.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0FE8D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 141 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.00 |
| HSL | 84.42º | 0.98% | 0.77% | - |
| HSV(B) | 84.42º | 0.44% | 1% | - |
| XYZ | 66.26 | 86.22 | 38.35 | - |
| YUV | 227.36 | 79.26 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 141 | 0.18 | 0 | 0.44 | 0.00 | 84.42 | 0.98 | 0.77 |
| Hex | D0 | FE | 8D | 12 | 0 | 2C | 0 | 54 | 62 | 4D |
| Octal | 320 | 376 | 215 | 22 | 0 | 54 | 0 | 124 | 142 | 115 |
| Binary | 11010000 | 11111110 | 10001101 | 10010 | 0 | 101100 | 0 | 1010100 | 1100010 | 1001101 |
Color Harmonies of #D0FE8D
Complementary color
Monochromatic Colors of #D0FE8D
Black with #D0FE8D
Text Example
Text Example
White with #D0FE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE8D; }
p { color: rgb(208,254,141); }
H1.HeaderClassName
{
color: #D0FE8D;
}
.AnyTagClassName
{
color: #D0FE8D;
}
</style>
background-color css
<style>
a { background-color: #D0FE8D; }
a { background-color: rgb(208,254,141); }
div.DivClassName
{
background-color: #D0FE8D;
}
.BgClassName
{
background-color: #D0FE8D;
}
</style>
border-color css
<style>
span { border-color: #D0FE8D; }
span { border-color: rgb(208,254,141); }
td.TdClassName
{
border-color: #D0FE8D;
}
.TagClassName
{
border-color: #D0FE8D;
}
</style>