Shades of Mindaro #D6F376
Tints of Mindaro #D6F376
RGB
CMYK
RGB Variations
Color information
#D6F376 (or 0xD6F376) is known color: Mindaro. HEX triplet: D6, F3 and 76. RGB value is (214,243,118). Sum of RGB (Red+Green+Blue) = 214+243+118=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 118 (46.48% from 255 or 20.52% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F376 is #290C89. Grayscale: #DCDCDC. Windows color (decimal): -2690186 or 7795670. OLE color: 7795670.
HSL color Cylindrical-coordinate representation of color #D6F376: hue angle of 73.92º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6F376 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 118 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.05 |
| HSL | 73.92º | 0.84% | 0.71% | - |
| HSV(B) | 73.92º | 0.51% | 0.95% | - |
| XYZ | 63.05 | 79.71 | 29.2 | - |
| YUV | 220.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 118 | 0.12 | 0 | 0.51 | 0.05 | 73.92 | 0.84 | 0.71 |
| Hex | D6 | F3 | 76 | C | 0 | 33 | 5 | 4A | 54 | 47 |
| Octal | 326 | 363 | 166 | 14 | 0 | 63 | 5 | 112 | 124 | 107 |
| Binary | 11010110 | 11110011 | 1110110 | 1100 | 0 | 110011 | 101 | 1001010 | 1010100 | 1000111 |
Color Harmonies of #D6F376
Complementary color
Monochromatic Colors of #D6F376
Black with #D6F376
Text Example
Text Example
White with #D6F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F376; }
p { color: rgb(214,243,118); }
H1.HeaderClassName
{
color: #D6F376;
}
.AnyTagClassName
{
color: #D6F376;
}
</style>
background-color css
<style>
a { background-color: #D6F376; }
a { background-color: rgb(214,243,118); }
div.DivClassName
{
background-color: #D6F376;
}
.BgClassName
{
background-color: #D6F376;
}
</style>
border-color css
<style>
span { border-color: #D6F376; }
span { border-color: rgb(214,243,118); }
td.TdClassName
{
border-color: #D6F376;
}
.TagClassName
{
border-color: #D6F376;
}
</style>