Shades of Reef #D3F3A0
Tints of Reef #D3F3A0
RGB
CMYK
RGB Variations
Color information
#D3F3A0 (or 0xD3F3A0) is known color: Reef. HEX triplet: D3, F3 and A0. RGB value is (211,243,160). Sum of RGB (Red+Green+Blue) = 211+243+160=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F3A0 is #2C0C5F. Grayscale: #E0E0E0. Windows color (decimal): -2886752 or 10548179. OLE color: 10548179.
HSL color Cylindrical-coordinate representation of color #D3F3A0: hue angle of 83.13º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3F3A0 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 160 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.05 |
| HSL | 83.13º | 0.78% | 0.79% | - |
| HSV(B) | 83.13º | 0.34% | 0.95% | - |
| XYZ | 65.26 | 80.49 | 45.35 | - |
| YUV | 223.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 160 | 0.13 | 0 | 0.34 | 0.05 | 83.13 | 0.78 | 0.79 |
| Hex | D3 | F3 | A0 | D | 0 | 22 | 5 | 53 | 4E | 4F |
| Octal | 323 | 363 | 240 | 15 | 0 | 42 | 5 | 123 | 116 | 117 |
| Binary | 11010011 | 11110011 | 10100000 | 1101 | 0 | 100010 | 101 | 1010011 | 1001110 | 1001111 |
Color Harmonies of #D3F3A0
Complementary color
Monochromatic Colors of #D3F3A0
Black with #D3F3A0
Text Example
Text Example
White with #D3F3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F3A0; }
p { color: rgb(211,243,160); }
H1.HeaderClassName
{
color: #D3F3A0;
}
.AnyTagClassName
{
color: #D3F3A0;
}
</style>
background-color css
<style>
a { background-color: #D3F3A0; }
a { background-color: rgb(211,243,160); }
div.DivClassName
{
background-color: #D3F3A0;
}
.BgClassName
{
background-color: #D3F3A0;
}
</style>
border-color css
<style>
span { border-color: #D3F3A0; }
span { border-color: rgb(211,243,160); }
td.TdClassName
{
border-color: #D3F3A0;
}
.TagClassName
{
border-color: #D3F3A0;
}
</style>