Shades of Reef #D3F094
Tints of Reef #D3F094
RGB
CMYK
RGB Variations
Color information
#D3F094 (or 0xD3F094) is known color: Reef. HEX triplet: D3, F0 and 94. RGB value is (211,240,148). Sum of RGB (Red+Green+Blue) = 211+240+148=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F094 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F094 is #2C0F6B. Grayscale: #DDDDDD. Windows color (decimal): -2887532 or 9760979. OLE color: 9760979.
HSL color Cylindrical-coordinate representation of color #D3F094: hue angle of 78.91º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D3F094 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 148 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.06 |
| HSL | 78.91º | 0.75% | 0.76% | - |
| HSV(B) | 78.91º | 0.38% | 0.94% | - |
| XYZ | 63.37 | 78.31 | 39.79 | - |
| YUV | 220.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 148 | 0.12 | 0 | 0.38 | 0.06 | 78.91 | 0.75 | 0.76 |
| Hex | D3 | F0 | 94 | C | 0 | 26 | 6 | 4F | 4B | 4C |
| Octal | 323 | 360 | 224 | 14 | 0 | 46 | 6 | 117 | 113 | 114 |
| Binary | 11010011 | 11110000 | 10010100 | 1100 | 0 | 100110 | 110 | 1001111 | 1001011 | 1001100 |
Color Harmonies of #D3F094
Complementary color
Monochromatic Colors of #D3F094
Black with #D3F094
Text Example
Text Example
White with #D3F094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F094; }
p { color: rgb(211,240,148); }
H1.HeaderClassName
{
color: #D3F094;
}
.AnyTagClassName
{
color: #D3F094;
}
</style>
background-color css
<style>
a { background-color: #D3F094; }
a { background-color: rgb(211,240,148); }
div.DivClassName
{
background-color: #D3F094;
}
.BgClassName
{
background-color: #D3F094;
}
</style>
border-color css
<style>
span { border-color: #D3F094; }
span { border-color: rgb(211,240,148); }
td.TdClassName
{
border-color: #D3F094;
}
.TagClassName
{
border-color: #D3F094;
}
</style>