Shades of Reef #D2F794
Tints of Reef #D2F794
RGB
CMYK
RGB Variations
Color information
#D2F794 (or 0xD2F794) is known color: Reef. HEX triplet: D2, F7 and 94. RGB value is (210,247,148). Sum of RGB (Red+Green+Blue) = 210+247+148=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F794 is #2D086B. Grayscale: #E1E1E1. Windows color (decimal): -2951276 or 9762770. OLE color: 9762770.
HSL color Cylindrical-coordinate representation of color #D2F794: hue angle of 82.42º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2F794 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 148 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.03 |
| HSL | 82.42º | 0.86% | 0.77% | - |
| HSV(B) | 82.42º | 0.4% | 0.97% | - |
| XYZ | 65.18 | 82.36 | 40.48 | - |
| YUV | 224.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 148 | 0.15 | 0 | 0.40 | 0.03 | 82.42 | 0.86 | 0.77 |
| Hex | D2 | F7 | 94 | F | 0 | 28 | 3 | 52 | 56 | 4D |
| Octal | 322 | 367 | 224 | 17 | 0 | 50 | 3 | 122 | 126 | 115 |
| Binary | 11010010 | 11110111 | 10010100 | 1111 | 0 | 101000 | 11 | 1010010 | 1010110 | 1001101 |
Color Harmonies of #D2F794
Complementary color
Monochromatic Colors of #D2F794
Black with #D2F794
Text Example
Text Example
White with #D2F794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F794; }
p { color: rgb(210,247,148); }
H1.HeaderClassName
{
color: #D2F794;
}
.AnyTagClassName
{
color: #D2F794;
}
</style>
background-color css
<style>
a { background-color: #D2F794; }
a { background-color: rgb(210,247,148); }
div.DivClassName
{
background-color: #D2F794;
}
.BgClassName
{
background-color: #D2F794;
}
</style>
border-color css
<style>
span { border-color: #D2F794; }
span { border-color: rgb(210,247,148); }
td.TdClassName
{
border-color: #D2F794;
}
.TagClassName
{
border-color: #D2F794;
}
</style>