Shades of Mindaro #D1F764
Tints of Mindaro #D1F764
RGB
CMYK
RGB Variations
Color information
#D1F764 (or 0xD1F764) is known color: Mindaro. HEX triplet: D1, F7 and 64. RGB value is (209,247,100). Sum of RGB (Red+Green+Blue) = 209+247+100=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F764 is #2E089B. Grayscale: #DBDBDB. Windows color (decimal): -3016860 or 6617041. OLE color: 6617041.
HSL color Cylindrical-coordinate representation of color #D1F764: hue angle of 75.51º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1F764 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 100 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.03 |
| HSL | 75.51º | 0.9% | 0.68% | - |
| HSV(B) | 75.51º | 0.6% | 0.97% | - |
| XYZ | 61.86 | 81 | 24.43 | - |
| YUV | 218.88 | 60.91 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 100 | 0.15 | 0 | 0.60 | 0.03 | 75.51 | 0.9 | 0.68 |
| Hex | D1 | F7 | 64 | F | 0 | 3C | 3 | 4C | 5A | 44 |
| Octal | 321 | 367 | 144 | 17 | 0 | 74 | 3 | 114 | 132 | 104 |
| Binary | 11010001 | 11110111 | 1100100 | 1111 | 0 | 111100 | 11 | 1001100 | 1011010 | 1000100 |
Color Harmonies of #D1F764
Complementary color
Monochromatic Colors of #D1F764
Black with #D1F764
Text Example
Text Example
White with #D1F764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F764; }
p { color: rgb(209,247,100); }
H1.HeaderClassName
{
color: #D1F764;
}
.AnyTagClassName
{
color: #D1F764;
}
</style>
background-color css
<style>
a { background-color: #D1F764; }
a { background-color: rgb(209,247,100); }
div.DivClassName
{
background-color: #D1F764;
}
.BgClassName
{
background-color: #D1F764;
}
</style>
border-color css
<style>
span { border-color: #D1F764; }
span { border-color: rgb(209,247,100); }
td.TdClassName
{
border-color: #D1F764;
}
.TagClassName
{
border-color: #D1F764;
}
</style>