Shades of Mindaro #D7F267
Tints of Mindaro #D7F267
RGB
CMYK
RGB Variations
Color information
#D7F267 (or 0xD7F267) is known color: Mindaro. HEX triplet: D7, F2 and 67. RGB value is (215,242,103). Sum of RGB (Red+Green+Blue) = 215+242+103=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 103 (40.62% from 255 or 18.39% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F267 is #280D98. Grayscale: #DADADA. Windows color (decimal): -2624921 or 6812375. OLE color: 6812375.
HSL color Cylindrical-coordinate representation of color #D7F267: hue angle of 71.65º 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 #D7F267 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 103 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.05 |
| HSL | 71.65º | 0.84% | 0.68% | - |
| HSV(B) | 71.65º | 0.57% | 0.95% | - |
| XYZ | 62.22 | 78.93 | 24.79 | - |
| YUV | 218.08 | 63.05 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 103 | 0.11 | 0 | 0.57 | 0.05 | 71.65 | 0.84 | 0.68 |
| Hex | D7 | F2 | 67 | B | 0 | 39 | 5 | 48 | 54 | 44 |
| Octal | 327 | 362 | 147 | 13 | 0 | 71 | 5 | 110 | 124 | 104 |
| Binary | 11010111 | 11110010 | 1100111 | 1011 | 0 | 111001 | 101 | 1001000 | 1010100 | 1000100 |
Color Harmonies of #D7F267
Complementary color
Monochromatic Colors of #D7F267
Black with #D7F267
Text Example
Text Example
White with #D7F267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F267; }
p { color: rgb(215,242,103); }
H1.HeaderClassName
{
color: #D7F267;
}
.AnyTagClassName
{
color: #D7F267;
}
</style>
background-color css
<style>
a { background-color: #D7F267; }
a { background-color: rgb(215,242,103); }
div.DivClassName
{
background-color: #D7F267;
}
.BgClassName
{
background-color: #D7F267;
}
</style>
border-color css
<style>
span { border-color: #D7F267; }
span { border-color: rgb(215,242,103); }
td.TdClassName
{
border-color: #D7F267;
}
.TagClassName
{
border-color: #D7F267;
}
</style>