Shades of Reef #D6F29B
Tints of Reef #D6F29B
RGB
CMYK
RGB Variations
Color information
#D6F29B (or 0xD6F29B) is known color: Reef. HEX triplet: D6, F2 and 9B. RGB value is (214,242,155). Sum of RGB (Red+Green+Blue) = 214+242+155=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F29B is #290D64. Grayscale: #E0E0E0. Windows color (decimal): -2690405 or 10220246. OLE color: 10220246.
HSL color Cylindrical-coordinate representation of color #D6F29B: hue angle of 79.31º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6F29B is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 155 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.05 |
| HSL | 79.31º | 0.77% | 0.78% | - |
| HSV(B) | 79.31º | 0.36% | 0.95% | - |
| XYZ | 65.4 | 80.17 | 43.04 | - |
| YUV | 223.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 155 | 0.12 | 0 | 0.36 | 0.05 | 79.31 | 0.77 | 0.78 |
| Hex | D6 | F2 | 9B | C | 0 | 24 | 5 | 4F | 4D | 4E |
| Octal | 326 | 362 | 233 | 14 | 0 | 44 | 5 | 117 | 115 | 116 |
| Binary | 11010110 | 11110010 | 10011011 | 1100 | 0 | 100100 | 101 | 1001111 | 1001101 | 1001110 |
Color Harmonies of #D6F29B
Complementary color
Monochromatic Colors of #D6F29B
Black with #D6F29B
Text Example
Text Example
White with #D6F29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F29B; }
p { color: rgb(214,242,155); }
H1.HeaderClassName
{
color: #D6F29B;
}
.AnyTagClassName
{
color: #D6F29B;
}
</style>
background-color css
<style>
a { background-color: #D6F29B; }
a { background-color: rgb(214,242,155); }
div.DivClassName
{
background-color: #D6F29B;
}
.BgClassName
{
background-color: #D6F29B;
}
</style>
border-color css
<style>
span { border-color: #D6F29B; }
span { border-color: rgb(214,242,155); }
td.TdClassName
{
border-color: #D6F29B;
}
.TagClassName
{
border-color: #D6F29B;
}
</style>