Shades of Reef #D3E694
Tints of Reef #D3E694
RGB
CMYK
RGB Variations
Color information
#D3E694 (or 0xD3E694) is known color: Reef. HEX triplet: D3, E6 and 94. RGB value is (211,230,148). Sum of RGB (Red+Green+Blue) = 211+230+148=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3E694 is #2C196B. Grayscale: #D7D7D7. Windows color (decimal): -2890092 or 9758419. OLE color: 9758419.
HSL color Cylindrical-coordinate representation of color #D3E694: hue angle of 73.9º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3E694 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 148 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.10 |
| HSL | 73.9º | 0.62% | 0.74% | - |
| HSV(B) | 73.9º | 0.36% | 0.9% | - |
| XYZ | 60.51 | 72.58 | 38.84 | - |
| YUV | 214.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 148 | 0.08 | 0 | 0.36 | 0.10 | 73.9 | 0.62 | 0.74 |
| Hex | D3 | E6 | 94 | 8 | 0 | 24 | A | 4A | 3E | 4A |
| Octal | 323 | 346 | 224 | 10 | 0 | 44 | 12 | 112 | 76 | 112 |
| Binary | 11010011 | 11100110 | 10010100 | 1000 | 0 | 100100 | 1010 | 1001010 | 111110 | 1001010 |
Color Harmonies of #D3E694
Complementary color
Monochromatic Colors of #D3E694
Black with #D3E694
Text Example
Text Example
White with #D3E694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E694; }
p { color: rgb(211,230,148); }
H1.HeaderClassName
{
color: #D3E694;
}
.AnyTagClassName
{
color: #D3E694;
}
</style>
background-color css
<style>
a { background-color: #D3E694; }
a { background-color: rgb(211,230,148); }
div.DivClassName
{
background-color: #D3E694;
}
.BgClassName
{
background-color: #D3E694;
}
</style>
border-color css
<style>
span { border-color: #D3E694; }
span { border-color: rgb(211,230,148); }
td.TdClassName
{
border-color: #D3E694;
}
.TagClassName
{
border-color: #D3E694;
}
</style>