Shades of Reef #D6FC93
Tints of Reef #D6FC93
RGB
CMYK
RGB Variations
Color information
#D6FC93 (or 0xD6FC93) is known color: Reef. HEX triplet: D6, FC and 93. RGB value is (214,252,147). Sum of RGB (Red+Green+Blue) = 214+252+147=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FC93 is #29036C. Grayscale: #E5E5E5. Windows color (decimal): -2687853 or 9698518. OLE color: 9698518.
HSL color Cylindrical-coordinate representation of color #D6FC93: hue angle of 81.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6FC93 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 252 | 147 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.01 |
| HSL | 81.71º | 0.95% | 0.78% | - |
| HSV(B) | 81.71º | 0.42% | 0.99% | - |
| XYZ | 67.81 | 86.02 | 40.63 | - |
| YUV | 228.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 252 | 147 | 0.15 | 0 | 0.42 | 0.01 | 81.71 | 0.95 | 0.78 |
| Hex | D6 | FC | 93 | F | 0 | 2A | 1 | 52 | 5F | 4E |
| Octal | 326 | 374 | 223 | 17 | 0 | 52 | 1 | 122 | 137 | 116 |
| Binary | 11010110 | 11111100 | 10010011 | 1111 | 0 | 101010 | 1 | 1010010 | 1011111 | 1001110 |
Color Harmonies of #D6FC93
Complementary color
Monochromatic Colors of #D6FC93
Black with #D6FC93
Text Example
Text Example
White with #D6FC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FC93; }
p { color: rgb(214,252,147); }
H1.HeaderClassName
{
color: #D6FC93;
}
.AnyTagClassName
{
color: #D6FC93;
}
</style>
background-color css
<style>
a { background-color: #D6FC93; }
a { background-color: rgb(214,252,147); }
div.DivClassName
{
background-color: #D6FC93;
}
.BgClassName
{
background-color: #D6FC93;
}
</style>
border-color css
<style>
span { border-color: #D6FC93; }
span { border-color: rgb(214,252,147); }
td.TdClassName
{
border-color: #D6FC93;
}
.TagClassName
{
border-color: #D6FC93;
}
</style>