Shades of Mindaro #D1F375
Tints of Mindaro #D1F375
RGB
CMYK
RGB Variations
Color information
#D1F375 (or 0xD1F375) is known color: Mindaro. HEX triplet: D1, F3 and 75. RGB value is (209,243,117). Sum of RGB (Red+Green+Blue) = 209+243+117=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F375 is #2E0C8A. Grayscale: #DADADA. Windows color (decimal): -3017867 or 7730129. OLE color: 7730129.
HSL color Cylindrical-coordinate representation of color #D1F375: hue angle of 76.19º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1F375 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 117 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.05 |
| HSL | 76.19º | 0.84% | 0.71% | - |
| HSV(B) | 76.19º | 0.52% | 0.95% | - |
| XYZ | 61.56 | 78.94 | 28.82 | - |
| YUV | 218.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 117 | 0.14 | 0 | 0.52 | 0.05 | 76.19 | 0.84 | 0.71 |
| Hex | D1 | F3 | 75 | E | 0 | 34 | 5 | 4C | 54 | 47 |
| Octal | 321 | 363 | 165 | 16 | 0 | 64 | 5 | 114 | 124 | 107 |
| Binary | 11010001 | 11110011 | 1110101 | 1110 | 0 | 110100 | 101 | 1001100 | 1010100 | 1000111 |
Color Harmonies of #D1F375
Complementary color
Monochromatic Colors of #D1F375
Black with #D1F375
Text Example
Text Example
White with #D1F375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F375; }
p { color: rgb(209,243,117); }
H1.HeaderClassName
{
color: #D1F375;
}
.AnyTagClassName
{
color: #D1F375;
}
</style>
background-color css
<style>
a { background-color: #D1F375; }
a { background-color: rgb(209,243,117); }
div.DivClassName
{
background-color: #D1F375;
}
.BgClassName
{
background-color: #D1F375;
}
</style>
border-color css
<style>
span { border-color: #D1F375; }
span { border-color: rgb(209,243,117); }
td.TdClassName
{
border-color: #D1F375;
}
.TagClassName
{
border-color: #D1F375;
}
</style>