Shades of Mindaro #D1F362
Tints of Mindaro #D1F362
RGB
CMYK
RGB Variations
Color information
#D1F362 (or 0xD1F362) is known color: Mindaro. HEX triplet: D1, F3 and 62. RGB value is (209,243,98). Sum of RGB (Red+Green+Blue) = 209+243+98=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F362 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F362 is #2E0C9D. Grayscale: #D8D8D8. Windows color (decimal): -3017886 or 6484945. OLE color: 6484945.
HSL color Cylindrical-coordinate representation of color #D1F362: hue angle of 74.07º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1F362 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 98 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.05 |
| HSL | 74.07º | 0.86% | 0.67% | - |
| HSV(B) | 74.07º | 0.6% | 0.95% | - |
| XYZ | 60.55 | 78.54 | 23.52 | - |
| YUV | 216.3 | 61.24 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 98 | 0.14 | 0 | 0.60 | 0.05 | 74.07 | 0.86 | 0.67 |
| Hex | D1 | F3 | 62 | E | 0 | 3C | 5 | 4A | 56 | 43 |
| Octal | 321 | 363 | 142 | 16 | 0 | 74 | 5 | 112 | 126 | 103 |
| Binary | 11010001 | 11110011 | 1100010 | 1110 | 0 | 111100 | 101 | 1001010 | 1010110 | 1000011 |
Color Harmonies of #D1F362
Complementary color
Monochromatic Colors of #D1F362
Black with #D1F362
Text Example
Text Example
White with #D1F362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F362; }
p { color: rgb(209,243,98); }
H1.HeaderClassName
{
color: #D1F362;
}
.AnyTagClassName
{
color: #D1F362;
}
</style>
background-color css
<style>
a { background-color: #D1F362; }
a { background-color: rgb(209,243,98); }
div.DivClassName
{
background-color: #D1F362;
}
.BgClassName
{
background-color: #D1F362;
}
</style>
border-color css
<style>
span { border-color: #D1F362; }
span { border-color: rgb(209,243,98); }
td.TdClassName
{
border-color: #D1F362;
}
.TagClassName
{
border-color: #D1F362;
}
</style>