Shades of Mindaro #D1FD60
Tints of Mindaro #D1FD60
RGB
CMYK
RGB Variations
Color information
#D1FD60 (or 0xD1FD60) is known color: Mindaro. HEX triplet: D1, FD and 60. RGB value is (209,253,96). Sum of RGB (Red+Green+Blue) = 209+253+96=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FD60 is #2E029F. Grayscale: #DEDEDE. Windows color (decimal): -3015328 or 6356433. OLE color: 6356433.
HSL color Cylindrical-coordinate representation of color #D1FD60: hue angle of 76.82º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1FD60 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 253 | 96 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.01 |
| HSL | 76.82º | 0.98% | 0.68% | - |
| HSV(B) | 76.82º | 0.62% | 0.99% | - |
| XYZ | 63.53 | 84.65 | 24.06 | - |
| YUV | 221.95 | 56.92 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 253 | 96 | 0.17 | 0 | 0.62 | 0.01 | 76.82 | 0.98 | 0.68 |
| Hex | D1 | FD | 60 | 11 | 0 | 3E | 1 | 4D | 62 | 44 |
| Octal | 321 | 375 | 140 | 21 | 0 | 76 | 1 | 115 | 142 | 104 |
| Binary | 11010001 | 11111101 | 1100000 | 10001 | 0 | 111110 | 1 | 1001101 | 1100010 | 1000100 |
Color Harmonies of #D1FD60
Complementary color
Monochromatic Colors of #D1FD60
Black with #D1FD60
Text Example
Text Example
White with #D1FD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FD60; }
p { color: rgb(209,253,96); }
H1.HeaderClassName
{
color: #D1FD60;
}
.AnyTagClassName
{
color: #D1FD60;
}
</style>
background-color css
<style>
a { background-color: #D1FD60; }
a { background-color: rgb(209,253,96); }
div.DivClassName
{
background-color: #D1FD60;
}
.BgClassName
{
background-color: #D1FD60;
}
</style>
border-color css
<style>
span { border-color: #D1FD60; }
span { border-color: rgb(209,253,96); }
td.TdClassName
{
border-color: #D1FD60;
}
.TagClassName
{
border-color: #D1FD60;
}
</style>