Shades of Mindaro #D6FF4D
Tints of Mindaro #D6FF4D
RGB
CMYK
RGB Variations
Color information
#D6FF4D (or 0xD6FF4D) is known color: Mindaro. HEX triplet: D6, FF and 4D. RGB value is (214,255,77). Sum of RGB (Red+Green+Blue) = 214+255+77=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF4D is #2900B2. Grayscale: #DFDFDF. Windows color (decimal): -2687155 or 5111766. OLE color: 5111766.
HSL color Cylindrical-coordinate representation of color #D6FF4D: hue angle of 73.82º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6FF4D is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 77 | - |
| CMYK | 0.16 | 0 | 0.70 | 0 |
| HSL | 73.82º | 1% | 0.65% | - |
| HSV(B) | 73.82º | 0.7% | 1% | - |
| XYZ | 64.83 | 86.35 | 20.27 | - |
| YUV | 222.45 | 45.92 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 77 | 0.16 | 0 | 0.70 | 0 | 73.82 | 1 | 0.65 |
| Hex | D6 | FF | 4D | 10 | 0 | 46 | 0 | 4A | 64 | 41 |
| Octal | 326 | 377 | 115 | 20 | 0 | 106 | 0 | 112 | 144 | 101 |
| Binary | 11010110 | 11111111 | 1001101 | 10000 | 0 | 1000110 | 0 | 1001010 | 1100100 | 1000001 |
Color Harmonies of #D6FF4D
Complementary color
Monochromatic Colors of #D6FF4D
Black with #D6FF4D
Text Example
Text Example
White with #D6FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF4D; }
p { color: rgb(214,255,77); }
H1.HeaderClassName
{
color: #D6FF4D;
}
.AnyTagClassName
{
color: #D6FF4D;
}
</style>
background-color css
<style>
a { background-color: #D6FF4D; }
a { background-color: rgb(214,255,77); }
div.DivClassName
{
background-color: #D6FF4D;
}
.BgClassName
{
background-color: #D6FF4D;
}
</style>
border-color css
<style>
span { border-color: #D6FF4D; }
span { border-color: rgb(214,255,77); }
td.TdClassName
{
border-color: #D6FF4D;
}
.TagClassName
{
border-color: #D6FF4D;
}
</style>