Shades of Reef #D7F2B4
Tints of Reef #D7F2B4
RGB
CMYK
RGB Variations
Color information
#D7F2B4 (or 0xD7F2B4) is known color: Reef. HEX triplet: D7, F2 and B4. RGB value is (215,242,180). Sum of RGB (Red+Green+Blue) = 215+242+180=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2B4 is #280D4B. Grayscale: #E3E3E3. Windows color (decimal): -2624844 or 11858647. OLE color: 11858647.
HSL color Cylindrical-coordinate representation of color #D7F2B4: hue angle of 86.13º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7F2B4 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 180 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.05 |
| HSL | 86.13º | 0.7% | 0.83% | - |
| HSV(B) | 86.13º | 0.26% | 0.95% | - |
| XYZ | 68.01 | 81.25 | 55.28 | - |
| YUV | 226.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 180 | 0.11 | 0 | 0.26 | 0.05 | 86.13 | 0.7 | 0.83 |
| Hex | D7 | F2 | B4 | B | 0 | 1A | 5 | 56 | 46 | 53 |
| Octal | 327 | 362 | 264 | 13 | 0 | 32 | 5 | 126 | 106 | 123 |
| Binary | 11010111 | 11110010 | 10110100 | 1011 | 0 | 11010 | 101 | 1010110 | 1000110 | 1010011 |
Color Harmonies of #D7F2B4
Complementary color
Monochromatic Colors of #D7F2B4
Black with #D7F2B4
Text Example
Text Example
White with #D7F2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2B4; }
p { color: rgb(215,242,180); }
H1.HeaderClassName
{
color: #D7F2B4;
}
.AnyTagClassName
{
color: #D7F2B4;
}
</style>
background-color css
<style>
a { background-color: #D7F2B4; }
a { background-color: rgb(215,242,180); }
div.DivClassName
{
background-color: #D7F2B4;
}
.BgClassName
{
background-color: #D7F2B4;
}
</style>
border-color css
<style>
span { border-color: #D7F2B4; }
span { border-color: rgb(215,242,180); }
td.TdClassName
{
border-color: #D7F2B4;
}
.TagClassName
{
border-color: #D7F2B4;
}
</style>