Shades of Mindaro #D1F35D
Tints of Mindaro #D1F35D
RGB
CMYK
RGB Variations
Color information
#D1F35D (or 0xD1F35D) is known color: Mindaro. HEX triplet: D1, F3 and 5D. RGB value is (209,243,93). Sum of RGB (Red+Green+Blue) = 209+243+93=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F35D is #2E0CA2. Grayscale: #D8D8D8. Windows color (decimal): -3017891 or 6157265. OLE color: 6157265.
HSL color Cylindrical-coordinate representation of color #D1F35D: hue angle of 73.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1F35D is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 93 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.05 |
| HSL | 73.6º | 0.86% | 0.66% | - |
| HSV(B) | 73.6º | 0.62% | 0.95% | - |
| XYZ | 60.32 | 78.45 | 22.32 | - |
| YUV | 215.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 93 | 0.14 | 0 | 0.62 | 0.05 | 73.6 | 0.86 | 0.66 |
| Hex | D1 | F3 | 5D | E | 0 | 3E | 5 | 4A | 56 | 42 |
| Octal | 321 | 363 | 135 | 16 | 0 | 76 | 5 | 112 | 126 | 102 |
| Binary | 11010001 | 11110011 | 1011101 | 1110 | 0 | 111110 | 101 | 1001010 | 1010110 | 1000010 |
Color Harmonies of #D1F35D
Complementary color
Monochromatic Colors of #D1F35D
Black with #D1F35D
Text Example
Text Example
White with #D1F35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F35D; }
p { color: rgb(209,243,93); }
H1.HeaderClassName
{
color: #D1F35D;
}
.AnyTagClassName
{
color: #D1F35D;
}
</style>
background-color css
<style>
a { background-color: #D1F35D; }
a { background-color: rgb(209,243,93); }
div.DivClassName
{
background-color: #D1F35D;
}
.BgClassName
{
background-color: #D1F35D;
}
</style>
border-color css
<style>
span { border-color: #D1F35D; }
span { border-color: rgb(209,243,93); }
td.TdClassName
{
border-color: #D1F35D;
}
.TagClassName
{
border-color: #D1F35D;
}
</style>