Shades of Mindaro #D1F65A
Tints of Mindaro #D1F65A
RGB
CMYK
RGB Variations
Color information
#D1F65A (or 0xD1F65A) is known color: Mindaro. HEX triplet: D1, F6 and 5A. RGB value is (209,246,90). Sum of RGB (Red+Green+Blue) = 209+246+90=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F65A is #2E09A5. Grayscale: #D9D9D9. Windows color (decimal): -3017126 or 5961425. OLE color: 5961425.
HSL color Cylindrical-coordinate representation of color #D1F65A: hue angle of 74.23º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1F65A is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 90 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.04 |
| HSL | 74.23º | 0.9% | 0.66% | - |
| HSV(B) | 74.23º | 0.63% | 0.96% | - |
| XYZ | 61.1 | 80.21 | 21.93 | - |
| YUV | 217.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 90 | 0.15 | 0 | 0.63 | 0.04 | 74.23 | 0.9 | 0.66 |
| Hex | D1 | F6 | 5A | F | 0 | 3F | 4 | 4A | 5A | 42 |
| Octal | 321 | 366 | 132 | 17 | 0 | 77 | 4 | 112 | 132 | 102 |
| Binary | 11010001 | 11110110 | 1011010 | 1111 | 0 | 111111 | 100 | 1001010 | 1011010 | 1000010 |
Color Harmonies of #D1F65A
Complementary color
Monochromatic Colors of #D1F65A
Black with #D1F65A
Text Example
Text Example
White with #D1F65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F65A; }
p { color: rgb(209,246,90); }
H1.HeaderClassName
{
color: #D1F65A;
}
.AnyTagClassName
{
color: #D1F65A;
}
</style>
background-color css
<style>
a { background-color: #D1F65A; }
a { background-color: rgb(209,246,90); }
div.DivClassName
{
background-color: #D1F65A;
}
.BgClassName
{
background-color: #D1F65A;
}
</style>
border-color css
<style>
span { border-color: #D1F65A; }
span { border-color: rgb(209,246,90); }
td.TdClassName
{
border-color: #D1F65A;
}
.TagClassName
{
border-color: #D1F65A;
}
</style>