Shades of Mindaro #D1F26A
Tints of Mindaro #D1F26A
RGB
CMYK
RGB Variations
Color information
#D1F26A (or 0xD1F26A) is known color: Mindaro. HEX triplet: D1, F2 and 6A. RGB value is (209,242,106). Sum of RGB (Red+Green+Blue) = 209+242+106=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F26A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F26A is #2E0D95. Grayscale: #D9D9D9. Windows color (decimal): -3018134 or 7008977. OLE color: 7008977.
HSL color Cylindrical-coordinate representation of color #D1F26A: hue angle of 74.56º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1F26A is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 106 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.05 |
| HSL | 74.56º | 0.84% | 0.68% | - |
| HSV(B) | 74.56º | 0.56% | 0.95% | - |
| XYZ | 60.65 | 78.1 | 25.51 | - |
| YUV | 216.63 | 65.57 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 106 | 0.14 | 0 | 0.56 | 0.05 | 74.56 | 0.84 | 0.68 |
| Hex | D1 | F2 | 6A | E | 0 | 38 | 5 | 4B | 54 | 44 |
| Octal | 321 | 362 | 152 | 16 | 0 | 70 | 5 | 113 | 124 | 104 |
| Binary | 11010001 | 11110010 | 1101010 | 1110 | 0 | 111000 | 101 | 1001011 | 1010100 | 1000100 |
Color Harmonies of #D1F26A
Complementary color
Monochromatic Colors of #D1F26A
Black with #D1F26A
Text Example
Text Example
White with #D1F26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F26A; }
p { color: rgb(209,242,106); }
H1.HeaderClassName
{
color: #D1F26A;
}
.AnyTagClassName
{
color: #D1F26A;
}
</style>
background-color css
<style>
a { background-color: #D1F26A; }
a { background-color: rgb(209,242,106); }
div.DivClassName
{
background-color: #D1F26A;
}
.BgClassName
{
background-color: #D1F26A;
}
</style>
border-color css
<style>
span { border-color: #D1F26A; }
span { border-color: rgb(209,242,106); }
td.TdClassName
{
border-color: #D1F26A;
}
.TagClassName
{
border-color: #D1F26A;
}
</style>