Shades of Reef #D6F593
Tints of Reef #D6F593
RGB
CMYK
RGB Variations
Color information
#D6F593 (or 0xD6F593) is known color: Reef. HEX triplet: D6, F5 and 93. RGB value is (214,245,147). Sum of RGB (Red+Green+Blue) = 214+245+147=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 147 (57.81% from 255 or 24.26% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F593 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F593 is #290A6C. Grayscale: #E0E0E0. Windows color (decimal): -2689645 or 9696726. OLE color: 9696726.
HSL color Cylindrical-coordinate representation of color #D6F593: hue angle of 78.98º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6F593 is Cyan = 0.13, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 245 | 147 | - |
| CMYK | 0.13 | 0 | 0.4 | 0.04 |
| HSL | 78.98º | 0.83% | 0.77% | - |
| HSV(B) | 78.98º | 0.4% | 0.96% | - |
| XYZ | 65.65 | 81.71 | 39.91 | - |
| YUV | 224.56 | 84.23 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 245 | 147 | 0.13 | 0 | 0.4 | 0.04 | 78.98 | 0.83 | 0.77 |
| Hex | D6 | F5 | 93 | D | 0 | 28 | 4 | 4F | 53 | 4D |
| Octal | 326 | 365 | 223 | 15 | 0 | 50 | 4 | 117 | 123 | 115 |
| Binary | 11010110 | 11110101 | 10010011 | 1101 | 0 | 101000 | 100 | 1001111 | 1010011 | 1001101 |
Color Harmonies of #D6F593
Complementary color
Monochromatic Colors of #D6F593
Black with #D6F593
Text Example
Text Example
White with #D6F593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F593; }
p { color: rgb(214,245,147); }
H1.HeaderClassName
{
color: #D6F593;
}
.AnyTagClassName
{
color: #D6F593;
}
</style>
background-color css
<style>
a { background-color: #D6F593; }
a { background-color: rgb(214,245,147); }
div.DivClassName
{
background-color: #D6F593;
}
.BgClassName
{
background-color: #D6F593;
}
</style>
border-color css
<style>
span { border-color: #D6F593; }
span { border-color: rgb(214,245,147); }
td.TdClassName
{
border-color: #D6F593;
}
.TagClassName
{
border-color: #D6F593;
}
</style>