Shades of Mindaro #D6FE74
Tints of Mindaro #D6FE74
RGB
CMYK
RGB Variations
Color information
#D6FE74 (or 0xD6FE74) is known color: Mindaro. HEX triplet: D6, FE and 74. RGB value is (214,254,116). Sum of RGB (Red+Green+Blue) = 214+254+116=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE74 is #29018B. Grayscale: #E2E2E2. Windows color (decimal): -2687372 or 7667414. OLE color: 7667414.
HSL color Cylindrical-coordinate representation of color #D6FE74: hue angle of 77.39º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6FE74 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 116 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.00 |
| HSL | 77.39º | 0.99% | 0.73% | - |
| HSV(B) | 77.39º | 0.54% | 1% | - |
| XYZ | 66.33 | 86.44 | 29.71 | - |
| YUV | 226.31 | 65.75 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 116 | 0.16 | 0 | 0.54 | 0.00 | 77.39 | 0.99 | 0.73 |
| Hex | D6 | FE | 74 | 10 | 0 | 36 | 0 | 4D | 63 | 49 |
| Octal | 326 | 376 | 164 | 20 | 0 | 66 | 0 | 115 | 143 | 111 |
| Binary | 11010110 | 11111110 | 1110100 | 10000 | 0 | 110110 | 0 | 1001101 | 1100011 | 1001001 |
Color Harmonies of #D6FE74
Complementary color
Monochromatic Colors of #D6FE74
Black with #D6FE74
Text Example
Text Example
White with #D6FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE74; }
p { color: rgb(214,254,116); }
H1.HeaderClassName
{
color: #D6FE74;
}
.AnyTagClassName
{
color: #D6FE74;
}
</style>
background-color css
<style>
a { background-color: #D6FE74; }
a { background-color: rgb(214,254,116); }
div.DivClassName
{
background-color: #D6FE74;
}
.BgClassName
{
background-color: #D6FE74;
}
</style>
border-color css
<style>
span { border-color: #D6FE74; }
span { border-color: rgb(214,254,116); }
td.TdClassName
{
border-color: #D6FE74;
}
.TagClassName
{
border-color: #D6FE74;
}
</style>