Shades of Mindaro #D2FA65
Tints of Mindaro #D2FA65
RGB
CMYK
RGB Variations
Color information
#D2FA65 (or 0xD2FA65) is known color: Mindaro. HEX triplet: D2, FA and 65. RGB value is (210,250,101). Sum of RGB (Red+Green+Blue) = 210+250+101=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA65 is #2D059A. Grayscale: #DDDDDD. Windows color (decimal): -2950555 or 6683346. OLE color: 6683346.
HSL color Cylindrical-coordinate representation of color #D2FA65: hue angle of 76.11º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2FA65 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 101 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.02 |
| HSL | 76.11º | 0.94% | 0.69% | - |
| HSV(B) | 76.11º | 0.6% | 0.98% | - |
| XYZ | 63.11 | 83.01 | 25.01 | - |
| YUV | 221.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 101 | 0.16 | 0 | 0.60 | 0.02 | 76.11 | 0.94 | 0.69 |
| Hex | D2 | FA | 65 | 10 | 0 | 3C | 2 | 4C | 5E | 45 |
| Octal | 322 | 372 | 145 | 20 | 0 | 74 | 2 | 114 | 136 | 105 |
| Binary | 11010010 | 11111010 | 1100101 | 10000 | 0 | 111100 | 10 | 1001100 | 1011110 | 1000101 |
Color Harmonies of #D2FA65
Complementary color
Monochromatic Colors of #D2FA65
Black with #D2FA65
Text Example
Text Example
White with #D2FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA65; }
p { color: rgb(210,250,101); }
H1.HeaderClassName
{
color: #D2FA65;
}
.AnyTagClassName
{
color: #D2FA65;
}
</style>
background-color css
<style>
a { background-color: #D2FA65; }
a { background-color: rgb(210,250,101); }
div.DivClassName
{
background-color: #D2FA65;
}
.BgClassName
{
background-color: #D2FA65;
}
</style>
border-color css
<style>
span { border-color: #D2FA65; }
span { border-color: rgb(210,250,101); }
td.TdClassName
{
border-color: #D2FA65;
}
.TagClassName
{
border-color: #D2FA65;
}
</style>