Shades of Reef #D6F29D
Tints of Reef #D6F29D
RGB
CMYK
RGB Variations
Color information
#D6F29D (or 0xD6F29D) is known color: Reef. HEX triplet: D6, F2 and 9D. RGB value is (214,242,157). Sum of RGB (Red+Green+Blue) = 214+242+157=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F29D is #290D62. Grayscale: #E0E0E0. Windows color (decimal): -2690403 or 10351318. OLE color: 10351318.
HSL color Cylindrical-coordinate representation of color #D6F29D: hue angle of 79.76º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6F29D is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 157 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.05 |
| HSL | 79.76º | 0.77% | 0.78% | - |
| HSV(B) | 79.76º | 0.35% | 0.95% | - |
| XYZ | 65.57 | 80.23 | 43.93 | - |
| YUV | 223.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 157 | 0.12 | 0 | 0.35 | 0.05 | 79.76 | 0.77 | 0.78 |
| Hex | D6 | F2 | 9D | C | 0 | 23 | 5 | 50 | 4D | 4E |
| Octal | 326 | 362 | 235 | 14 | 0 | 43 | 5 | 120 | 115 | 116 |
| Binary | 11010110 | 11110010 | 10011101 | 1100 | 0 | 100011 | 101 | 1010000 | 1001101 | 1001110 |
Color Harmonies of #D6F29D
Complementary color
Monochromatic Colors of #D6F29D
Black with #D6F29D
Text Example
Text Example
White with #D6F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F29D; }
p { color: rgb(214,242,157); }
H1.HeaderClassName
{
color: #D6F29D;
}
.AnyTagClassName
{
color: #D6F29D;
}
</style>
background-color css
<style>
a { background-color: #D6F29D; }
a { background-color: rgb(214,242,157); }
div.DivClassName
{
background-color: #D6F29D;
}
.BgClassName
{
background-color: #D6F29D;
}
</style>
border-color css
<style>
span { border-color: #D6F29D; }
span { border-color: rgb(214,242,157); }
td.TdClassName
{
border-color: #D6F29D;
}
.TagClassName
{
border-color: #D6F29D;
}
</style>