Shades of Reef #D3FF8A
Tints of Reef #D3FF8A
RGB
CMYK
RGB Variations
Color information
#D3FF8A (or 0xD3FF8A) is known color: Reef. HEX triplet: D3, FF and 8A. RGB value is (211,255,138). Sum of RGB (Red+Green+Blue) = 211+255+138=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FF8A is #2C0075. Grayscale: #E4E4E4. Windows color (decimal): -2883702 or 9109459. OLE color: 9109459.
HSL color Cylindrical-coordinate representation of color #D3FF8A: hue angle of 82.56º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3FF8A is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 138 | - |
| CMYK | 0.17 | 0 | 0.46 | 0 |
| HSL | 82.56º | 1% | 0.77% | - |
| HSV(B) | 82.56º | 0.46% | 1% | - |
| XYZ | 67.21 | 87.2 | 37.33 | - |
| YUV | 228.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 138 | 0.17 | 0 | 0.46 | 0 | 82.56 | 1 | 0.77 |
| Hex | D3 | FF | 8A | 11 | 0 | 2E | 0 | 53 | 64 | 4D |
| Octal | 323 | 377 | 212 | 21 | 0 | 56 | 0 | 123 | 144 | 115 |
| Binary | 11010011 | 11111111 | 10001010 | 10001 | 0 | 101110 | 0 | 1010011 | 1100100 | 1001101 |
Color Harmonies of #D3FF8A
Complementary color
Monochromatic Colors of #D3FF8A
Black with #D3FF8A
Text Example
Text Example
White with #D3FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FF8A; }
p { color: rgb(211,255,138); }
H1.HeaderClassName
{
color: #D3FF8A;
}
.AnyTagClassName
{
color: #D3FF8A;
}
</style>
background-color css
<style>
a { background-color: #D3FF8A; }
a { background-color: rgb(211,255,138); }
div.DivClassName
{
background-color: #D3FF8A;
}
.BgClassName
{
background-color: #D3FF8A;
}
</style>
border-color css
<style>
span { border-color: #D3FF8A; }
span { border-color: rgb(211,255,138); }
td.TdClassName
{
border-color: #D3FF8A;
}
.TagClassName
{
border-color: #D3FF8A;
}
</style>