Shades of Mindaro #D2FE60
Tints of Mindaro #D2FE60
RGB
CMYK
RGB Variations
Color information
#D2FE60 (or 0xD2FE60) is known color: Mindaro. HEX triplet: D2, FE and 60. RGB value is (210,254,96). Sum of RGB (Red+Green+Blue) = 210+254+96=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 96 (37.89% from 255 or 17.14% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FE60 is #2D019F. Grayscale: #DFDFDF. Windows color (decimal): -2949536 or 6356690. OLE color: 6356690.
HSL color Cylindrical-coordinate representation of color #D2FE60: hue angle of 76.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2FE60 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 96 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.00 |
| HSL | 76.71º | 0.99% | 0.69% | - |
| HSV(B) | 76.71º | 0.62% | 1% | - |
| XYZ | 64.13 | 85.43 | 24.18 | - |
| YUV | 222.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 96 | 0.17 | 0 | 0.62 | 0.00 | 76.71 | 0.99 | 0.69 |
| Hex | D2 | FE | 60 | 11 | 0 | 3E | 0 | 4D | 63 | 45 |
| Octal | 322 | 376 | 140 | 21 | 0 | 76 | 0 | 115 | 143 | 105 |
| Binary | 11010010 | 11111110 | 1100000 | 10001 | 0 | 111110 | 0 | 1001101 | 1100011 | 1000101 |
Color Harmonies of #D2FE60
Complementary color
Monochromatic Colors of #D2FE60
Black with #D2FE60
Text Example
Text Example
White with #D2FE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FE60; }
p { color: rgb(210,254,96); }
H1.HeaderClassName
{
color: #D2FE60;
}
.AnyTagClassName
{
color: #D2FE60;
}
</style>
background-color css
<style>
a { background-color: #D2FE60; }
a { background-color: rgb(210,254,96); }
div.DivClassName
{
background-color: #D2FE60;
}
.BgClassName
{
background-color: #D2FE60;
}
</style>
border-color css
<style>
span { border-color: #D2FE60; }
span { border-color: rgb(210,254,96); }
td.TdClassName
{
border-color: #D2FE60;
}
.TagClassName
{
border-color: #D2FE60;
}
</style>