Shades of Reef #D7ED94
Tints of Reef #D7ED94
RGB
CMYK
RGB Variations
Color information
#D7ED94 (or 0xD7ED94) is known color: Reef. HEX triplet: D7, ED and 94. RGB value is (215,237,148). Sum of RGB (Red+Green+Blue) = 215+237+148=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #D7ED94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7ED94 is #28126B. Grayscale: #DCDCDC. Windows color (decimal): -2626156 or 9760215. OLE color: 9760215.
HSL color Cylindrical-coordinate representation of color #D7ED94: hue angle of 74.83º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7ED94 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 237 | 148 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.07 |
| HSL | 74.83º | 0.71% | 0.75% | - |
| HSV(B) | 74.83º | 0.38% | 0.93% | - |
| XYZ | 63.65 | 77.15 | 39.55 | - |
| YUV | 220.28 | 87.21 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 237 | 148 | 0.09 | 0 | 0.38 | 0.07 | 74.83 | 0.71 | 0.75 |
| Hex | D7 | ED | 94 | 9 | 0 | 26 | 7 | 4B | 47 | 4B |
| Octal | 327 | 355 | 224 | 11 | 0 | 46 | 7 | 113 | 107 | 113 |
| Binary | 11010111 | 11101101 | 10010100 | 1001 | 0 | 100110 | 111 | 1001011 | 1000111 | 1001011 |
Color Harmonies of #D7ED94
Complementary color
Monochromatic Colors of #D7ED94
Black with #D7ED94
Text Example
Text Example
White with #D7ED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ED94; }
p { color: rgb(215,237,148); }
H1.HeaderClassName
{
color: #D7ED94;
}
.AnyTagClassName
{
color: #D7ED94;
}
</style>
background-color css
<style>
a { background-color: #D7ED94; }
a { background-color: rgb(215,237,148); }
div.DivClassName
{
background-color: #D7ED94;
}
.BgClassName
{
background-color: #D7ED94;
}
</style>
border-color css
<style>
span { border-color: #D7ED94; }
span { border-color: rgb(215,237,148); }
td.TdClassName
{
border-color: #D7ED94;
}
.TagClassName
{
border-color: #D7ED94;
}
</style>