Shades of Reef #D3F194
Tints of Reef #D3F194
RGB
CMYK
RGB Variations
Color information
#D3F194 (or 0xD3F194) is known color: Reef. HEX triplet: D3, F1 and 94. RGB value is (211,241,148). Sum of RGB (Red+Green+Blue) = 211+241+148=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F194 is #2C0E6B. Grayscale: #DDDDDD. Windows color (decimal): -2887276 or 9761235. OLE color: 9761235.
HSL color Cylindrical-coordinate representation of color #D3F194: hue angle of 79.35º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3F194 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 148 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.05 |
| HSL | 79.35º | 0.77% | 0.76% | - |
| HSV(B) | 79.35º | 0.39% | 0.95% | - |
| XYZ | 63.66 | 78.9 | 39.89 | - |
| YUV | 221.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 148 | 0.12 | 0 | 0.39 | 0.05 | 79.35 | 0.77 | 0.76 |
| Hex | D3 | F1 | 94 | C | 0 | 27 | 5 | 4F | 4D | 4C |
| Octal | 323 | 361 | 224 | 14 | 0 | 47 | 5 | 117 | 115 | 114 |
| Binary | 11010011 | 11110001 | 10010100 | 1100 | 0 | 100111 | 101 | 1001111 | 1001101 | 1001100 |
Color Harmonies of #D3F194
Complementary color
Monochromatic Colors of #D3F194
Black with #D3F194
Text Example
Text Example
White with #D3F194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F194; }
p { color: rgb(211,241,148); }
H1.HeaderClassName
{
color: #D3F194;
}
.AnyTagClassName
{
color: #D3F194;
}
</style>
background-color css
<style>
a { background-color: #D3F194; }
a { background-color: rgb(211,241,148); }
div.DivClassName
{
background-color: #D3F194;
}
.BgClassName
{
background-color: #D3F194;
}
</style>
border-color css
<style>
span { border-color: #D3F194; }
span { border-color: rgb(211,241,148); }
td.TdClassName
{
border-color: #D3F194;
}
.TagClassName
{
border-color: #D3F194;
}
</style>