Shades of Mindaro #D1F26E
Tints of Mindaro #D1F26E
RGB
CMYK
RGB Variations
Color information
#D1F26E (or 0xD1F26E) is known color: Mindaro. HEX triplet: D1, F2 and 6E. RGB value is (209,242,110). Sum of RGB (Red+Green+Blue) = 209+242+110=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F26E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F26E is #2E0D91. Grayscale: #D9D9D9. Windows color (decimal): -3018130 or 7271121. OLE color: 7271121.
HSL color Cylindrical-coordinate representation of color #D1F26E: hue angle of 75º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1F26E is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 110 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.05 |
| HSL | 75º | 0.84% | 0.69% | - |
| HSV(B) | 75º | 0.55% | 0.95% | - |
| XYZ | 60.86 | 78.19 | 26.64 | - |
| YUV | 217.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 110 | 0.14 | 0 | 0.55 | 0.05 | 75 | 0.84 | 0.69 |
| Hex | D1 | F2 | 6E | E | 0 | 37 | 5 | 4B | 54 | 45 |
| Octal | 321 | 362 | 156 | 16 | 0 | 67 | 5 | 113 | 124 | 105 |
| Binary | 11010001 | 11110010 | 1101110 | 1110 | 0 | 110111 | 101 | 1001011 | 1010100 | 1000101 |
Color Harmonies of #D1F26E
Complementary color
Monochromatic Colors of #D1F26E
Black with #D1F26E
Text Example
Text Example
White with #D1F26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F26E; }
p { color: rgb(209,242,110); }
H1.HeaderClassName
{
color: #D1F26E;
}
.AnyTagClassName
{
color: #D1F26E;
}
</style>
background-color css
<style>
a { background-color: #D1F26E; }
a { background-color: rgb(209,242,110); }
div.DivClassName
{
background-color: #D1F26E;
}
.BgClassName
{
background-color: #D1F26E;
}
</style>
border-color css
<style>
span { border-color: #D1F26E; }
span { border-color: rgb(209,242,110); }
td.TdClassName
{
border-color: #D1F26E;
}
.TagClassName
{
border-color: #D1F26E;
}
</style>