Shades of Mindaro #D6F354
Tints of Mindaro #D6F354
RGB
CMYK
RGB Variations
Color information
#D6F354 (or 0xD6F354) is known color: Mindaro. HEX triplet: D6, F3 and 54. RGB value is (214,243,84). Sum of RGB (Red+Green+Blue) = 214+243+84=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 84 (33.20% from 255 or 15.53% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F354 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F354 is #290CAB. Grayscale: #D8D8D8. Windows color (decimal): -2690220 or 5567446. OLE color: 5567446.
HSL color Cylindrical-coordinate representation of color #D6F354: hue angle of 70.94º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6F354 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 84 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.05 |
| HSL | 70.94º | 0.87% | 0.64% | - |
| HSV(B) | 70.94º | 0.65% | 0.95% | - |
| XYZ | 61.38 | 79.04 | 20.41 | - |
| YUV | 216.2 | 53.39 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 84 | 0.12 | 0 | 0.65 | 0.05 | 70.94 | 0.87 | 0.64 |
| Hex | D6 | F3 | 54 | C | 0 | 41 | 5 | 47 | 57 | 40 |
| Octal | 326 | 363 | 124 | 14 | 0 | 101 | 5 | 107 | 127 | 100 |
| Binary | 11010110 | 11110011 | 1010100 | 1100 | 0 | 1000001 | 101 | 1000111 | 1010111 | 1000000 |
Color Harmonies of #D6F354
Complementary color
Monochromatic Colors of #D6F354
Black with #D6F354
Text Example
Text Example
White with #D6F354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F354; }
p { color: rgb(214,243,84); }
H1.HeaderClassName
{
color: #D6F354;
}
.AnyTagClassName
{
color: #D6F354;
}
</style>
background-color css
<style>
a { background-color: #D6F354; }
a { background-color: rgb(214,243,84); }
div.DivClassName
{
background-color: #D6F354;
}
.BgClassName
{
background-color: #D6F354;
}
</style>
border-color css
<style>
span { border-color: #D6F354; }
span { border-color: rgb(214,243,84); }
td.TdClassName
{
border-color: #D6F354;
}
.TagClassName
{
border-color: #D6F354;
}
</style>