Shades of Mindaro #D6FE62
Tints of Mindaro #D6FE62
RGB
CMYK
RGB Variations
Color information
#D6FE62 (or 0xD6FE62) is known color: Mindaro. HEX triplet: D6, FE and 62. RGB value is (214,254,98). Sum of RGB (Red+Green+Blue) = 214+254+98=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 98 (38.67% from 255 or 17.31% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE62 is #29019D. Grayscale: #E0E0E0. Windows color (decimal): -2687390 or 6487766. OLE color: 6487766.
HSL color Cylindrical-coordinate representation of color #D6FE62: hue angle of 75.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6FE62 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 98 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.00 |
| HSL | 75.38º | 0.99% | 0.69% | - |
| HSV(B) | 75.38º | 0.61% | 1% | - |
| XYZ | 65.38 | 86.06 | 24.72 | - |
| YUV | 224.26 | 56.75 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 98 | 0.16 | 0 | 0.61 | 0.00 | 75.38 | 0.99 | 0.69 |
| Hex | D6 | FE | 62 | 10 | 0 | 3D | 0 | 4B | 63 | 45 |
| Octal | 326 | 376 | 142 | 20 | 0 | 75 | 0 | 113 | 143 | 105 |
| Binary | 11010110 | 11111110 | 1100010 | 10000 | 0 | 111101 | 0 | 1001011 | 1100011 | 1000101 |
Color Harmonies of #D6FE62
Complementary color
Monochromatic Colors of #D6FE62
Black with #D6FE62
Text Example
Text Example
White with #D6FE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE62; }
p { color: rgb(214,254,98); }
H1.HeaderClassName
{
color: #D6FE62;
}
.AnyTagClassName
{
color: #D6FE62;
}
</style>
background-color css
<style>
a { background-color: #D6FE62; }
a { background-color: rgb(214,254,98); }
div.DivClassName
{
background-color: #D6FE62;
}
.BgClassName
{
background-color: #D6FE62;
}
</style>
border-color css
<style>
span { border-color: #D6FE62; }
span { border-color: rgb(214,254,98); }
td.TdClassName
{
border-color: #D6FE62;
}
.TagClassName
{
border-color: #D6FE62;
}
</style>