Shades of Reef #D2F78D
Tints of Reef #D2F78D
RGB
CMYK
RGB Variations
Color information
#D2F78D (or 0xD2F78D) is known color: Reef. HEX triplet: D2, F7 and 8D. RGB value is (210,247,141). Sum of RGB (Red+Green+Blue) = 210+247+141=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F78D is #2D0872. Grayscale: #E0E0E0. Windows color (decimal): -2951283 or 9304018. OLE color: 9304018.
HSL color Cylindrical-coordinate representation of color #D2F78D: hue angle of 80.94º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2F78D is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 141 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.03 |
| HSL | 80.94º | 0.87% | 0.76% | - |
| HSV(B) | 80.94º | 0.43% | 0.97% | - |
| XYZ | 64.65 | 82.15 | 37.65 | - |
| YUV | 223.85 | 81.24 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 141 | 0.15 | 0 | 0.43 | 0.03 | 80.94 | 0.87 | 0.76 |
| Hex | D2 | F7 | 8D | F | 0 | 2B | 3 | 51 | 57 | 4C |
| Octal | 322 | 367 | 215 | 17 | 0 | 53 | 3 | 121 | 127 | 114 |
| Binary | 11010010 | 11110111 | 10001101 | 1111 | 0 | 101011 | 11 | 1010001 | 1010111 | 1001100 |
Color Harmonies of #D2F78D
Complementary color
Monochromatic Colors of #D2F78D
Black with #D2F78D
Text Example
Text Example
White with #D2F78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F78D; }
p { color: rgb(210,247,141); }
H1.HeaderClassName
{
color: #D2F78D;
}
.AnyTagClassName
{
color: #D2F78D;
}
</style>
background-color css
<style>
a { background-color: #D2F78D; }
a { background-color: rgb(210,247,141); }
div.DivClassName
{
background-color: #D2F78D;
}
.BgClassName
{
background-color: #D2F78D;
}
</style>
border-color css
<style>
span { border-color: #D2F78D; }
span { border-color: rgb(210,247,141); }
td.TdClassName
{
border-color: #D2F78D;
}
.TagClassName
{
border-color: #D2F78D;
}
</style>