Shades of Reef #D4F3B1
Tints of Reef #D4F3B1
RGB
CMYK
RGB Variations
Color information
#D4F3B1 (or 0xD4F3B1) is known color: Reef. HEX triplet: D4, F3 and B1. RGB value is (212,243,177). Sum of RGB (Red+Green+Blue) = 212+243+177=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F3B1 is #2B0C4E. Grayscale: #E2E2E2. Windows color (decimal): -2821199 or 11662292. OLE color: 11662292.
HSL color Cylindrical-coordinate representation of color #D4F3B1: hue angle of 88.18º degrees, saturation: 0.73, 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 #D4F3B1 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 177 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.05 |
| HSL | 88.18º | 0.73% | 0.82% | - |
| HSV(B) | 88.18º | 0.27% | 0.95% | - |
| XYZ | 67.14 | 81.27 | 53.74 | - |
| YUV | 226.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 177 | 0.13 | 0 | 0.27 | 0.05 | 88.18 | 0.73 | 0.82 |
| Hex | D4 | F3 | B1 | D | 0 | 1B | 5 | 58 | 49 | 52 |
| Octal | 324 | 363 | 261 | 15 | 0 | 33 | 5 | 130 | 111 | 122 |
| Binary | 11010100 | 11110011 | 10110001 | 1101 | 0 | 11011 | 101 | 1011000 | 1001001 | 1010010 |
Color Harmonies of #D4F3B1
Complementary color
Monochromatic Colors of #D4F3B1
Black with #D4F3B1
Text Example
Text Example
White with #D4F3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F3B1; }
p { color: rgb(212,243,177); }
H1.HeaderClassName
{
color: #D4F3B1;
}
.AnyTagClassName
{
color: #D4F3B1;
}
</style>
background-color css
<style>
a { background-color: #D4F3B1; }
a { background-color: rgb(212,243,177); }
div.DivClassName
{
background-color: #D4F3B1;
}
.BgClassName
{
background-color: #D4F3B1;
}
</style>
border-color css
<style>
span { border-color: #D4F3B1; }
span { border-color: rgb(212,243,177); }
td.TdClassName
{
border-color: #D4F3B1;
}
.TagClassName
{
border-color: #D4F3B1;
}
</style>