Shades of Mindaro #D3F96B
Tints of Mindaro #D3F96B
RGB
CMYK
RGB Variations
Color information
#D3F96B (or 0xD3F96B) is known color: Mindaro. HEX triplet: D3, F9 and 6B. RGB value is (211,249,107). Sum of RGB (Red+Green+Blue) = 211+249+107=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 107 (42.19% from 255 or 18.87% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F96B is #2C0694. Grayscale: #DDDDDD. Windows color (decimal): -2885269 or 7076307. OLE color: 7076307.
HSL color Cylindrical-coordinate representation of color #D3F96B: hue angle of 76.06º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3F96B is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 107 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.02 |
| HSL | 76.06º | 0.92% | 0.7% | - |
| HSV(B) | 76.06º | 0.57% | 0.98% | - |
| XYZ | 63.39 | 82.66 | 26.52 | - |
| YUV | 221.45 | 63.41 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 107 | 0.15 | 0 | 0.57 | 0.02 | 76.06 | 0.92 | 0.7 |
| Hex | D3 | F9 | 6B | F | 0 | 39 | 2 | 4C | 5C | 46 |
| Octal | 323 | 371 | 153 | 17 | 0 | 71 | 2 | 114 | 134 | 106 |
| Binary | 11010011 | 11111001 | 1101011 | 1111 | 0 | 111001 | 10 | 1001100 | 1011100 | 1000110 |
Color Harmonies of #D3F96B
Complementary color
Monochromatic Colors of #D3F96B
Black with #D3F96B
Text Example
Text Example
White with #D3F96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F96B; }
p { color: rgb(211,249,107); }
H1.HeaderClassName
{
color: #D3F96B;
}
.AnyTagClassName
{
color: #D3F96B;
}
</style>
background-color css
<style>
a { background-color: #D3F96B; }
a { background-color: rgb(211,249,107); }
div.DivClassName
{
background-color: #D3F96B;
}
.BgClassName
{
background-color: #D3F96B;
}
</style>
border-color css
<style>
span { border-color: #D3F96B; }
span { border-color: rgb(211,249,107); }
td.TdClassName
{
border-color: #D3F96B;
}
.TagClassName
{
border-color: #D3F96B;
}
</style>