Shades of Reef #D3F2B1
Tints of Reef #D3F2B1
RGB
CMYK
RGB Variations
Color information
#D3F2B1 (or 0xD3F2B1) is known color: Reef. HEX triplet: D3, F2 and B1. RGB value is (211,242,177). Sum of RGB (Red+Green+Blue) = 211+242+177=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F2B1 is #2C0D4E. Grayscale: #E1E1E1. Windows color (decimal): -2886991 or 11662035. OLE color: 11662035.
HSL color Cylindrical-coordinate representation of color #D3F2B1: hue angle of 88.62º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3F2B1 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 177 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.05 |
| HSL | 88.62º | 0.71% | 0.82% | - |
| HSV(B) | 88.62º | 0.27% | 0.95% | - |
| XYZ | 66.55 | 80.53 | 53.63 | - |
| YUV | 225.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 177 | 0.13 | 0 | 0.27 | 0.05 | 88.62 | 0.71 | 0.82 |
| Hex | D3 | F2 | B1 | D | 0 | 1B | 5 | 59 | 47 | 52 |
| Octal | 323 | 362 | 261 | 15 | 0 | 33 | 5 | 131 | 107 | 122 |
| Binary | 11010011 | 11110010 | 10110001 | 1101 | 0 | 11011 | 101 | 1011001 | 1000111 | 1010010 |
Color Harmonies of #D3F2B1
Complementary color
Monochromatic Colors of #D3F2B1
Black with #D3F2B1
Text Example
Text Example
White with #D3F2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F2B1; }
p { color: rgb(211,242,177); }
H1.HeaderClassName
{
color: #D3F2B1;
}
.AnyTagClassName
{
color: #D3F2B1;
}
</style>
background-color css
<style>
a { background-color: #D3F2B1; }
a { background-color: rgb(211,242,177); }
div.DivClassName
{
background-color: #D3F2B1;
}
.BgClassName
{
background-color: #D3F2B1;
}
</style>
border-color css
<style>
span { border-color: #D3F2B1; }
span { border-color: rgb(211,242,177); }
td.TdClassName
{
border-color: #D3F2B1;
}
.TagClassName
{
border-color: #D3F2B1;
}
</style>