Shades of Mindaro #D6F267
Tints of Mindaro #D6F267
RGB
CMYK
RGB Variations
Color information
#D6F267 (or 0xD6F267) is known color: Mindaro. HEX triplet: D6, F2 and 67. RGB value is (214,242,103). Sum of RGB (Red+Green+Blue) = 214+242+103=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 103 (40.62% from 255 or 18.43% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F267 is #290D98. Grayscale: #DADADA. Windows color (decimal): -2690457 or 6812374. OLE color: 6812374.
HSL color Cylindrical-coordinate representation of color #D6F267: hue angle of 72.09º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6F267 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 103 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.05 |
| HSL | 72.09º | 0.84% | 0.68% | - |
| HSV(B) | 72.09º | 0.57% | 0.95% | - |
| XYZ | 61.93 | 78.78 | 24.77 | - |
| YUV | 217.78 | 63.22 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 103 | 0.12 | 0 | 0.57 | 0.05 | 72.09 | 0.84 | 0.68 |
| Hex | D6 | F2 | 67 | C | 0 | 39 | 5 | 48 | 54 | 44 |
| Octal | 326 | 362 | 147 | 14 | 0 | 71 | 5 | 110 | 124 | 104 |
| Binary | 11010110 | 11110010 | 1100111 | 1100 | 0 | 111001 | 101 | 1001000 | 1010100 | 1000100 |
Color Harmonies of #D6F267
Complementary color
Monochromatic Colors of #D6F267
Black with #D6F267
Text Example
Text Example
White with #D6F267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F267; }
p { color: rgb(214,242,103); }
H1.HeaderClassName
{
color: #D6F267;
}
.AnyTagClassName
{
color: #D6F267;
}
</style>
background-color css
<style>
a { background-color: #D6F267; }
a { background-color: rgb(214,242,103); }
div.DivClassName
{
background-color: #D6F267;
}
.BgClassName
{
background-color: #D6F267;
}
</style>
border-color css
<style>
span { border-color: #D6F267; }
span { border-color: rgb(214,242,103); }
td.TdClassName
{
border-color: #D6F267;
}
.TagClassName
{
border-color: #D6F267;
}
</style>