Shades of Mindaro #D6F37D
Tints of Mindaro #D6F37D
RGB
CMYK
RGB Variations
Color information
#D6F37D (or 0xD6F37D) is known color: Mindaro. HEX triplet: D6, F3 and 7D. RGB value is (214,243,125). Sum of RGB (Red+Green+Blue) = 214+243+125=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F37D is #290C82. Grayscale: #DDDDDD. Windows color (decimal): -2690179 or 8254422. OLE color: 8254422.
HSL color Cylindrical-coordinate representation of color #D6F37D: hue angle of 74.75º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6F37D is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 125 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.05 |
| HSL | 74.75º | 0.83% | 0.72% | - |
| HSV(B) | 74.75º | 0.49% | 0.95% | - |
| XYZ | 63.48 | 79.88 | 31.47 | - |
| YUV | 220.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 125 | 0.12 | 0 | 0.49 | 0.05 | 74.75 | 0.83 | 0.72 |
| Hex | D6 | F3 | 7D | C | 0 | 31 | 5 | 4B | 53 | 48 |
| Octal | 326 | 363 | 175 | 14 | 0 | 61 | 5 | 113 | 123 | 110 |
| Binary | 11010110 | 11110011 | 1111101 | 1100 | 0 | 110001 | 101 | 1001011 | 1010011 | 1001000 |
Color Harmonies of #D6F37D
Complementary color
Monochromatic Colors of #D6F37D
Black with #D6F37D
Text Example
Text Example
White with #D6F37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F37D; }
p { color: rgb(214,243,125); }
H1.HeaderClassName
{
color: #D6F37D;
}
.AnyTagClassName
{
color: #D6F37D;
}
</style>
background-color css
<style>
a { background-color: #D6F37D; }
a { background-color: rgb(214,243,125); }
div.DivClassName
{
background-color: #D6F37D;
}
.BgClassName
{
background-color: #D6F37D;
}
</style>
border-color css
<style>
span { border-color: #D6F37D; }
span { border-color: rgb(214,243,125); }
td.TdClassName
{
border-color: #D6F37D;
}
.TagClassName
{
border-color: #D6F37D;
}
</style>