Shades of Mindaro #D1F962
Tints of Mindaro #D1F962
RGB
CMYK
RGB Variations
Color information
#D1F962 (or 0xD1F962) is known color: Mindaro. HEX triplet: D1, F9 and 62. RGB value is (209,249,98). Sum of RGB (Red+Green+Blue) = 209+249+98=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 98 (38.67% from 255 or 17.63% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F962 is #2E069D. Grayscale: #DCDCDC. Windows color (decimal): -3016350 or 6486481. OLE color: 6486481.
HSL color Cylindrical-coordinate representation of color #D1F962: hue angle of 75.89º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1F962 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 98 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.02 |
| HSL | 75.89º | 0.93% | 0.68% | - |
| HSV(B) | 75.89º | 0.61% | 0.98% | - |
| XYZ | 62.37 | 82.19 | 24.13 | - |
| YUV | 219.83 | 59.25 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 98 | 0.16 | 0 | 0.61 | 0.02 | 75.89 | 0.93 | 0.68 |
| Hex | D1 | F9 | 62 | 10 | 0 | 3D | 2 | 4C | 5D | 44 |
| Octal | 321 | 371 | 142 | 20 | 0 | 75 | 2 | 114 | 135 | 104 |
| Binary | 11010001 | 11111001 | 1100010 | 10000 | 0 | 111101 | 10 | 1001100 | 1011101 | 1000100 |
Color Harmonies of #D1F962
Complementary color
Monochromatic Colors of #D1F962
Black with #D1F962
Text Example
Text Example
White with #D1F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F962; }
p { color: rgb(209,249,98); }
H1.HeaderClassName
{
color: #D1F962;
}
.AnyTagClassName
{
color: #D1F962;
}
</style>
background-color css
<style>
a { background-color: #D1F962; }
a { background-color: rgb(209,249,98); }
div.DivClassName
{
background-color: #D1F962;
}
.BgClassName
{
background-color: #D1F962;
}
</style>
border-color css
<style>
span { border-color: #D1F962; }
span { border-color: rgb(209,249,98); }
td.TdClassName
{
border-color: #D1F962;
}
.TagClassName
{
border-color: #D1F962;
}
</style>