Shades of Mindaro #D6F353
Tints of Mindaro #D6F353
RGB
CMYK
RGB Variations
Color information
#D6F353 (or 0xD6F353) is known color: Mindaro. HEX triplet: D6, F3 and 53. RGB value is (214,243,83). Sum of RGB (Red+Green+Blue) = 214+243+83=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F353 is #290CAC. Grayscale: #D8D8D8. Windows color (decimal): -2690221 or 5501910. OLE color: 5501910.
HSL color Cylindrical-coordinate representation of color #D6F353: hue angle of 70.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6F353 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 83 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.05 |
| HSL | 70.88º | 0.87% | 0.64% | - |
| HSV(B) | 70.88º | 0.66% | 0.95% | - |
| XYZ | 61.34 | 79.02 | 20.2 | - |
| YUV | 216.09 | 52.89 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 83 | 0.12 | 0 | 0.66 | 0.05 | 70.88 | 0.87 | 0.64 |
| Hex | D6 | F3 | 53 | C | 0 | 42 | 5 | 47 | 57 | 40 |
| Octal | 326 | 363 | 123 | 14 | 0 | 102 | 5 | 107 | 127 | 100 |
| Binary | 11010110 | 11110011 | 1010011 | 1100 | 0 | 1000010 | 101 | 1000111 | 1010111 | 1000000 |
Color Harmonies of #D6F353
Complementary color
Monochromatic Colors of #D6F353
Black with #D6F353
Text Example
Text Example
White with #D6F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F353; }
p { color: rgb(214,243,83); }
H1.HeaderClassName
{
color: #D6F353;
}
.AnyTagClassName
{
color: #D6F353;
}
</style>
background-color css
<style>
a { background-color: #D6F353; }
a { background-color: rgb(214,243,83); }
div.DivClassName
{
background-color: #D6F353;
}
.BgClassName
{
background-color: #D6F353;
}
</style>
border-color css
<style>
span { border-color: #D6F353; }
span { border-color: rgb(214,243,83); }
td.TdClassName
{
border-color: #D6F353;
}
.TagClassName
{
border-color: #D6F353;
}
</style>