Shades of Mindaro #D1F75C
Tints of Mindaro #D1F75C
RGB
CMYK
RGB Variations
Color information
#D1F75C (or 0xD1F75C) is known color: Mindaro. HEX triplet: D1, F7 and 5C. RGB value is (209,247,92). Sum of RGB (Red+Green+Blue) = 209+247+92=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F75C is #2E08A3. Grayscale: #DADADA. Windows color (decimal): -3016868 or 6092753. OLE color: 6092753.
HSL color Cylindrical-coordinate representation of color #D1F75C: hue angle of 74.71º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1F75C is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 92 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.03 |
| HSL | 74.71º | 0.91% | 0.66% | - |
| HSV(B) | 74.71º | 0.63% | 0.97% | - |
| XYZ | 61.49 | 80.85 | 22.49 | - |
| YUV | 217.97 | 56.91 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 92 | 0.15 | 0 | 0.63 | 0.03 | 74.71 | 0.91 | 0.66 |
| Hex | D1 | F7 | 5C | F | 0 | 3F | 3 | 4B | 5B | 42 |
| Octal | 321 | 367 | 134 | 17 | 0 | 77 | 3 | 113 | 133 | 102 |
| Binary | 11010001 | 11110111 | 1011100 | 1111 | 0 | 111111 | 11 | 1001011 | 1011011 | 1000010 |
Color Harmonies of #D1F75C
Complementary color
Monochromatic Colors of #D1F75C
Black with #D1F75C
Text Example
Text Example
White with #D1F75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F75C; }
p { color: rgb(209,247,92); }
H1.HeaderClassName
{
color: #D1F75C;
}
.AnyTagClassName
{
color: #D1F75C;
}
</style>
background-color css
<style>
a { background-color: #D1F75C; }
a { background-color: rgb(209,247,92); }
div.DivClassName
{
background-color: #D1F75C;
}
.BgClassName
{
background-color: #D1F75C;
}
</style>
border-color css
<style>
span { border-color: #D1F75C; }
span { border-color: rgb(209,247,92); }
td.TdClassName
{
border-color: #D1F75C;
}
.TagClassName
{
border-color: #D1F75C;
}
</style>